diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-03-11 22:26:24 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-03-11 22:26:24 +0200 |
commit | 9bbd987f02e6bfbf4b24102391adebfc1b3d3765 (patch) | |
tree | b2a5f1a11a0ed81ef375d068ab2bc1b9e1c1e418 /cherrypy/test/benchmark.py | |
parent | 6680433c6f38ae980ba4db63db560a6063ec8251 (diff) | |
download | cherrypy-git-9bbd987f02e6bfbf4b24102391adebfc1b3d3765.tar.gz |
PEP8fy codebase: eliminated F822 flake8 error
Diffstat (limited to 'cherrypy/test/benchmark.py')
-rw-r--r-- | cherrypy/test/benchmark.py | 2 |
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 = {} |