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 b6b5915 commit 6a5d358Copy full SHA for 6a5d358
docs/conf.py
@@ -291,6 +291,10 @@
291
),
292
]
293
294
+nitpick_ignore = [
295
+ ("py:class", "InteractiveShell"),
296
+]
297
+
298
# Documents to append as an appendix to all manuals.
299
# texinfo_appendices = []
300
ipykernel/zmqshell.py
@@ -252,8 +252,6 @@ def unregister_hook(self, hook):
252
class KernelMagics(Magics):
253
"""Kernel magics."""
254
255
- shell: InteractiveShell | None # already imported in zmqshell.py
256
-
257
# ------------------------------------------------------------------------
258
# Magic overrides
259
0 commit comments