Commit 8940106d authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove unused imports (PyChecker)

parent 574947f0
...@@ -551,8 +551,6 @@ _MainThread() ...@@ -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(): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment