Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d379f51

Browse files
committed
please linter
1 parent e77ba5f commit d379f51

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

examples/utils/cwd_prompt.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
class MyPrompt(Prompts):
88

99
def in_prompt_tokens(self):
10-
return [
11-
(Token, os.getcwd()),
12-
(Token.Prompt, ">>>")
13-
]
10+
return [(Token, os.getcwd()), (Token.Prompt, ">>>")]
1411

1512

1613
def load_ipython_extension(shell):

0 commit comments

Comments
 (0)