Skip to content

Commit 6a5d358

Browse files
committed
try nitpick
1 parent b6b5915 commit 6a5d358

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@
291291
),
292292
]
293293

294+
nitpick_ignore = [
295+
("py:class", "InteractiveShell"),
296+
]
297+
294298
# Documents to append as an appendix to all manuals.
295299
# texinfo_appendices = []
296300

ipykernel/zmqshell.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ def unregister_hook(self, hook):
252252
class KernelMagics(Magics):
253253
"""Kernel magics."""
254254

255-
shell: InteractiveShell | None # already imported in zmqshell.py
256-
257255
# ------------------------------------------------------------------------
258256
# Magic overrides
259257
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)