summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-06 07:50:38 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-06 07:50:38 -0500
commit9c23b858deeba6f223bc1e927677b738e0ce4760 (patch)
tree728c8a7e595a132be3b44644d5a2117fbbb02574
parent804d1f0cc8d9e3276674cf3169fbd4852aaba39a (diff)
downloadcherrypy-9c23b858deeba6f223bc1e927677b738e0ce4760.tar.gz
Remove unused import
-rw-r--r--cherrypy/test/test_conn.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/test/test_conn.py b/cherrypy/test/test_conn.py
index 3dc5fed8..94a718a1 100644
--- a/cherrypy/test/test_conn.py
+++ b/cherrypy/test/test_conn.py
@@ -768,7 +768,6 @@ class LimitedRequestQueueTests(helper.CPWebCase):
try:
# Make 15 initial requests and leave them open, which should use
# all of wsgiserver's WorkerThreads and fill its Queue.
- import time
for i in range(15):
conn = self.HTTP_CONN(self.HOST, self.PORT)
conn.putrequest("POST", "/upload", skip_host=True)