mirror of https://github.com/python/cpython.git
Whitespace normalization.
This commit is contained in:
parent
bfccb35b58
commit
97b2e84d43
|
@ -8,7 +8,7 @@
|
|||
import sys
|
||||
import os
|
||||
|
||||
__all__ = ["getline","clearcache","checkcache"]
|
||||
__all__ = ["getline", "clearcache", "checkcache"]
|
||||
|
||||
def getline(filename, lineno):
|
||||
lines = getlines(filename)
|
||||
|
|
Loading…
Reference in New Issue