mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py
on c.l.py.
This commit is contained in:
parent
388ed08cbf
commit
3664111fb1
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ __version__ = "6"
|
|||
|
||||
import os
|
||||
import sys
|
||||
import string
|
||||
import getopt
|
||||
import tokenize
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue