mirror of
https://github.com/python/cpython.git
synced 2025-11-03 07:01:21 +00:00
Remove redundant imports (PyChecker).
This commit is contained in:
parent
a79bbaca54
commit
ef8f4dee07
1 changed files with 0 additions and 2 deletions
|
|
@ -258,9 +258,7 @@ def _search_end(self):
|
||||||
|
|
||||||
|
|
||||||
def _test():
|
def _test():
|
||||||
import time
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
|
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
if not args:
|
if not args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue