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/benchmark.py | |
parent | b6e15ab4624947bea8cbc03cc40cf26016408ae5 (diff) | |
download | cherrypy-git-0490866a885350f875bef67bc6935b014ba1c7f5.tar.gz |
Fix flake8 error: F401 '<mod>' imported but unused
Diffstat (limited to 'cherrypy/test/benchmark.py')
-rw-r--r-- | cherrypy/test/benchmark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/test/benchmark.py b/cherrypy/test/benchmark.py index 602e7db8..ad8f5588 100644 --- a/cherrypy/test/benchmark.py +++ b/cherrypy/test/benchmark.py @@ -28,7 +28,6 @@ curdir = os.path.join(os.getcwd(), os.path.dirname(__file__)) import re import sys import time -import traceback import cherrypy from cherrypy._cpcompat import ntob |