From cb165db3a3ef1cf327b6591a3747fcb21aa37e6e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 21 Apr 2012 21:15:28 -0400 Subject: [PATCH] Fix whitespace. --- Lib/imp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/imp.py b/Lib/imp.py index 74253abcb41..3ab69e56c9a 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_) -