Skip to content

Commit ac1025f

Browse files
committed
ignore-mypy-error
1 parent d89019f commit ac1025f

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 = None
47+
HistoryOutput = None # type: ignore[assignment]
4848

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

0 commit comments

Comments
 (0)