mirror of https://github.com/python/cpython
Remove redundant 'import string' (PyChecker).
This commit is contained in:
parent
ef8f4dee07
commit
8f15bd8500
|
@ -84,7 +84,6 @@ def ISEOF(x):
|
|||
|
||||
def main():
|
||||
import re
|
||||
import string
|
||||
import sys
|
||||
args = sys.argv[1:]
|
||||
inFileName = args and args[0] or "Include/token.h"
|
||||
|
|
Loading…
Reference in New Issue