summaryrefslogtreecommitdiff
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 74253abcb4..3ab69e56c9 100644
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -194,4 +194,3 @@ def find_module(name, path=None):
encoding = tokenize.detect_encoding(file.readline)[0]
file = open(file_path, mode, encoding=encoding)
return file, file_path, (suffix, mode, type_)
-