We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27ea4b commit eb17854Copy full SHA for eb17854
.coveragerc
@@ -0,0 +1,3 @@
1
+[run]
2
+omit =
3
+ lawu/util/shell.py
lawu/util/shell.py
@@ -10,7 +10,7 @@
10
IPYTHON_SHELL_AVAILABLE = True
11
12
13
-def start_shell(local_ns: Dict=None, banner: str=''):
+def start_shell(local_ns: Dict = None, banner: str = ''):
14
"""Create and immediately drop into a Python shell.
15
16
If IPython version 5 or greater is available it will be used instead
0 commit comments