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.
2 parents d077cd1 + 3206fcd commit 4e0a708Copy full SHA for 4e0a708
1 file changed
IPython/extensions/autoreload.py
@@ -121,9 +121,8 @@
121
import types
122
import weakref
123
import gc
124
-from importlib import import_module
+from importlib import import_module, reload
125
from importlib.util import source_from_cache
126
-from imp import reload
127
128
# ------------------------------------------------------------------------------
129
# Autoreload functionality
0 commit comments