Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77ba5f commit d379f51Copy full SHA for d379f51
1 file changed
examples/utils/cwd_prompt.py
@@ -7,10 +7,7 @@
7
class MyPrompt(Prompts):
8
9
def in_prompt_tokens(self):
10
- return [
11
- (Token, os.getcwd()),
12
- (Token.Prompt, ">>>")
13
- ]
+ return [(Token, os.getcwd()), (Token.Prompt, ">>>")]
14
15
16
def load_ipython_extension(shell):
0 commit comments