diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-25 21:23:43 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-25 21:23:43 -0400 |
commit | 119f9271dd3d1deda3df12308dfcd9cc96728efc (patch) | |
tree | ff2494768782ce8e59f7190d04347a0c9f432a0d /cherrypy | |
parent | c4e10645220a7a02f063d1e74753273cb38267a9 (diff) | |
download | cherrypy-git-119f9271dd3d1deda3df12308dfcd9cc96728efc.tar.gz |
Remove unused import
Diffstat (limited to 'cherrypy')
-rw-r--r-- | cherrypy/test/test_states.py | 1 |
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 |