Skip to content

Commit 58b448b

Browse files
committed
try-fix-import
1 parent 44fc001 commit 58b448b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/zmqshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
try:
4545
from IPython.core.history import HistoryOutput
4646
except ImportError:
47-
HistoryOutput: type | None = None
47+
HistoryOutput = None # type: ignore[assignment,misc]
4848

4949
# -----------------------------------------------------------------------------
5050
# Functions and classes

0 commit comments

Comments
 (0)