Skip to content

Commit

Permalink
Update IPython Typing Usage (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 3, 2023
1 parent 518785b commit 31cd263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/zmqshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from IPython.core.magic import Magics, line_magic, magics_class
from IPython.core.magics import CodeMagics, MacroToEdit # type:ignore[attr-defined]
from IPython.core.usage import default_banner
from IPython.display import Javascript, display # type:ignore[attr-defined]
from IPython.display import Javascript, display
from IPython.utils import openpy
from IPython.utils.process import arg_split, system # type:ignore[attr-defined]
from jupyter_client.session import Session, extract_header
Expand Down

0 comments on commit 31cd263

Please sign in to comment.