mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove redundant 'import sys' (PyChecker).
This commit is contained in:
parent
f9f48812d0
commit
a79bbaca54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue