mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Whitespace normalization.
This commit is contained in:
parent
bfccb35b58
commit
97b2e84d43
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ that name.
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
||||||
__all__ = ["getline","clearcache","checkcache"]
|
__all__ = ["getline", "clearcache", "checkcache"]
|
||||||
|
|
||||||
def getline(filename, lineno):
|
def getline(filename, lineno):
|
||||||
lines = getlines(filename)
|
lines = getlines(filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue