mirror of https://github.com/python/cpython
Fix whitespace.
This commit is contained in:
parent
e69f0df45b
commit
cb165db3a3
|
@ -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_)
|
||||
|
||||
|
|
Loading…
Reference in New Issue