mirror of https://github.com/python/cpython
Remove unused imports (PyChecker)
This commit is contained in:
parent
3e44248483
commit
a49e0a0893
|
@ -551,8 +551,6 @@ _MainThread()
|
||||||
|
|
||||||
def _test():
|
def _test():
|
||||||
|
|
||||||
import random
|
|
||||||
|
|
||||||
class BoundedQueue(_Verbose):
|
class BoundedQueue(_Verbose):
|
||||||
|
|
||||||
def __init__(self, limit):
|
def __init__(self, limit):
|
||||||
|
@ -615,8 +613,6 @@ def _test():
|
||||||
print item
|
print item
|
||||||
self.count = self.count - 1
|
self.count = self.count - 1
|
||||||
|
|
||||||
import time
|
|
||||||
|
|
||||||
NP = 3
|
NP = 3
|
||||||
QL = 4
|
QL = 4
|
||||||
NI = 5
|
NI = 5
|
||||||
|
|
Loading…
Reference in New Issue