mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix whitespace.
This commit is contained in:
parent
e69f0df45b
commit
cb165db3a3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue