summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/imp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/imp.py b/Lib/imp.py
index 03077b6..2c46e7a 100644
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -237,4 +237,3 @@ def reload(module):
del _RELOADING[name]
except KeyError:
pass
-