mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove redundant 'import string' (PyChecker).
This commit is contained in:
parent
ef8f4dee07
commit
8f15bd8500
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue