Skip to content

Commit

Permalink
!squash revert type:ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 1, 2024
1 parent 76b9023 commit 7d4a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmuxp/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def get_ipython(
def launch_ipython() -> None:
imported_objects = get_launch_args(**options)
ipython_arguments = extra_args or get_ipython_arguments()
start_ipython(argv=ipython_arguments, user_ns=imported_objects) # type:ignore
start_ipython(argv=ipython_arguments, user_ns=imported_objects)

return launch_ipython # NOQA: TRY300
except ImportError:
Expand Down

0 comments on commit 7d4a25c

Please sign in to comment.