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 44fc001 commit 58b448bCopy full SHA for 58b448b
ipykernel/zmqshell.py
@@ -44,7 +44,7 @@
44
try:
45
from IPython.core.history import HistoryOutput
46
except ImportError:
47
- HistoryOutput: type | None = None
+ HistoryOutput = None # type: ignore[assignment,misc]
48
49
# -----------------------------------------------------------------------------
50
# Functions and classes
0 commit comments