diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2016-08-24 23:44:02 +0300 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2016-08-24 23:44:02 +0300 |
commit | 0490866a885350f875bef67bc6935b014ba1c7f5 (patch) | |
tree | 05cd82bdbc7ee6b35eff10120a1d69e23d6cc0a2 /cherrypy/test/modpy.py | |
parent | b6e15ab4624947bea8cbc03cc40cf26016408ae5 (diff) | |
download | cherrypy-git-0490866a885350f875bef67bc6935b014ba1c7f5.tar.gz |
Fix flake8 error: F401 '<mod>' imported but unused
Diffstat (limited to 'cherrypy/test/modpy.py')
-rw-r--r-- | cherrypy/test/modpy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/test/modpy.py b/cherrypy/test/modpy.py index 829628b7..45d19062 100644 --- a/cherrypy/test/modpy.py +++ b/cherrypy/test/modpy.py @@ -37,7 +37,6 @@ KNOWN BUGS import os curdir = os.path.join(os.getcwd(), os.path.dirname(__file__)) import re -import time from cherrypy.test import helper |