summaryrefslogtreecommitdiff
path: root/Lib/imp.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/imp.py')
-rw-r--r--Lib/imp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/imp.py b/Lib/imp.py
index 03077b6bf6..2c46e7ada7 100644
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -237,4 +237,3 @@ def reload(module):
del _RELOADING[name]
except KeyError:
pass
-