Commit cb165db3 authored by Brett Cannon's avatar Brett Cannon

Fix whitespace.

parent e69f0df4
...@@ -194,4 +194,3 @@ def find_module(name, path=None): ...@@ -194,4 +194,3 @@ def find_module(name, path=None):
encoding = tokenize.detect_encoding(file.readline)[0] encoding = tokenize.detect_encoding(file.readline)[0]
file = open(file_path, mode, encoding=encoding) file = open(file_path, mode, encoding=encoding)
return file, file_path, (suffix, mode, type_) return file, file_path, (suffix, mode, type_)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment