Thanks to visit codestin.com Credit goes to github.com
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 777642e commit f0e1cb1Copy full SHA for f0e1cb1
1 file changed
IPython/core/extensions.py
@@ -49,8 +49,7 @@ def load_ipython_extension(ipython):
49
is added to ``sys.path`` automatically.
50
"""
51
52
- shell = Instance('IPython.core.interactiveshell.InteractiveShellABC').tag(
53
- allow_none=True)
+ shell = Instance('IPython.core.interactiveshell.InteractiveShellABC', allow_none=True)
54
55
def __init__(self, shell=None, **kwargs):
56
super(ExtensionManager, self).__init__(shell=shell, **kwargs)
0 commit comments