diff options
author | zsloan | 2021-04-29 16:43:44 -0500 |
---|---|---|
committer | GitHub | 2021-04-29 16:43:44 -0500 |
commit | 72248f8474400a4f27717bda9309e95d1b1bae57 (patch) | |
tree | 44998fd1b561e1f4fde3edbc7bc5d375b003b91f /wqflask/utility/benchmark.py | |
parent | 02184d2e867e7d14a825c739d55eb00c9aa142b7 (diff) | |
parent | 4c8c5390bdba594c217d7ca0114a80a6b3634e24 (diff) | |
download | genenetwork2-72248f8474400a4f27717bda9309e95d1b1bae57.tar.gz |
Merge branch 'testing' into bug/network_graph_fixes
Diffstat (limited to 'wqflask/utility/benchmark.py')
-rw-r--r-- | wqflask/utility/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/benchmark.py b/wqflask/utility/benchmark.py index ea5a0ab6..91ea91e8 100644 --- a/wqflask/utility/benchmark.py +++ b/wqflask/utility/benchmark.py @@ -6,7 +6,7 @@ from utility.tools import LOG_BENCH from utility.logger import getLogger logger = getLogger(__name__ ) -class Bench(object): +class Bench: entries = collections.OrderedDict() def __init__(self, name=None, write_output=LOG_BENCH): |