summaryrefslogtreecommitdiff
path: root/cherrypy
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-25 21:23:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-10-25 21:23:43 -0400
commit119f9271dd3d1deda3df12308dfcd9cc96728efc (patch)
treeff2494768782ce8e59f7190d04347a0c9f432a0d /cherrypy
parentc4e10645220a7a02f063d1e74753273cb38267a9 (diff)
downloadcherrypy-git-119f9271dd3d1deda3df12308dfcd9cc96728efc.tar.gz
Remove unused import
Diffstat (limited to 'cherrypy')
-rw-r--r--cherrypy/test/test_states.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/test/test_states.py b/cherrypy/test/test_states.py
index fd1a8f88..4f35f5fb 100644
--- a/cherrypy/test/test_states.py
+++ b/cherrypy/test/test_states.py
@@ -1,6 +1,5 @@
import os
import signal
-import sys
import time
import unittest
import warnings