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.
start_ipython()
1 parent 0eb7d84 commit 76b9023Copy full SHA for 76b9023
src/tmuxp/shell.py
@@ -148,7 +148,7 @@ def get_ipython(
148
def launch_ipython() -> None:
149
imported_objects = get_launch_args(**options)
150
ipython_arguments = extra_args or get_ipython_arguments()
151
- start_ipython(argv=ipython_arguments, user_ns=imported_objects)
+ start_ipython(argv=ipython_arguments, user_ns=imported_objects) # type:ignore
152
153
return launch_ipython # NOQA: TRY300
154
except ImportError:
0 commit comments