mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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 os
|
||||
|
||||
__all__ = ["getline","clearcache","checkcache"]
|
||||
__all__ = ["getline", "clearcache", "checkcache"]
|
||||
|
||||
def getline(filename, lineno):
|
||||
lines = getlines(filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue