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 76b9023 commit 7d4a25cCopy full SHA for 7d4a25c
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) # type:ignore
+ start_ipython(argv=ipython_arguments, user_ns=imported_objects)
152
153
return launch_ipython # NOQA: TRY300
154
except ImportError:
0 commit comments