Commit a49e0a08 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove unused imports (PyChecker)

parent 3e442484
......@@ -551,8 +551,6 @@ _MainThread()
def _test():
import random
class BoundedQueue(_Verbose):
def __init__(self, limit):
......@@ -615,8 +613,6 @@ def _test():
print item
self.count = self.count - 1
import time
NP = 3
QL = 4
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