mirror of https://github.com/python/cpython
Remove redundant 'import sys' (PyChecker).
This commit is contained in:
parent
f9f48812d0
commit
a79bbaca54
|
@ -1118,7 +1118,7 @@ if __debug__:
|
|||
|
||||
if __name__ == '__main__':
|
||||
|
||||
import getopt, getpass, sys
|
||||
import getopt, getpass
|
||||
|
||||
try:
|
||||
optlist, args = getopt.getopt(sys.argv[1:], 'd:')
|
||||
|
|
Loading…
Reference in New Issue