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.
reload
importlib
imp
1 parent d077cd1 commit 3206fcdCopy full SHA for 3206fcd
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