summaryrefslogtreecommitdiff
path: root/cherrypy/test/benchmark.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-03-11 22:26:24 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-03-11 22:26:24 +0200
commit9bbd987f02e6bfbf4b24102391adebfc1b3d3765 (patch)
treeb2a5f1a11a0ed81ef375d068ab2bc1b9e1c1e418 /cherrypy/test/benchmark.py
parent6680433c6f38ae980ba4db63db560a6063ec8251 (diff)
downloadcherrypy-git-9bbd987f02e6bfbf4b24102391adebfc1b3d3765.tar.gz
PEP8fy codebase: eliminated F822 flake8 error
Diffstat (limited to 'cherrypy/test/benchmark.py')
-rw-r--r--cherrypy/test/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/benchmark.py b/cherrypy/test/benchmark.py
index 03c3c837..7727b1d0 100644
--- a/cherrypy/test/benchmark.py
+++ b/cherrypy/test/benchmark.py
@@ -41,7 +41,7 @@ SCRIPT_NAME = '/cpbench/users/rdelon/apps/blog'
__all__ = ['ABSession', 'Root', 'print_report',
'run_standard_benchmarks', 'safe_threads',
- 'size_report', 'startup', 'thread_report',
+ 'size_report', 'thread_report',
]
size_cache = {}