mirror of https://github.com/python/cpython
Normalize whitespace
This commit is contained in:
parent
b788a385cd
commit
58fe1b1307
|
@ -399,7 +399,7 @@ def parse(file):
|
|||
parser = ASDLParser()
|
||||
|
||||
with open(file) as f:
|
||||
buf = f.read()
|
||||
buf = f.read()
|
||||
tokens = scanner.tokenize(buf)
|
||||
try:
|
||||
return parser.parse(tokens)
|
||||
|
|
Loading…
Reference in New Issue