Fix whitespace.

This commit is contained in:
Brett Cannon 2012-04-21 21:15:28 -04:00
parent e69f0df45b
commit cb165db3a3
1 changed files with 0 additions and 1 deletions

View File

@ -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_)