diff options
author | BonfaceKilz | 2021-04-29 21:57:16 +0300 |
---|---|---|
committer | GitHub | 2021-04-29 21:57:16 +0300 |
commit | 4c8c5390bdba594c217d7ca0114a80a6b3634e24 (patch) | |
tree | b48693555b97fd21e37b263591685af75a2a4b45 /wqflask/utility/benchmark.py | |
parent | bab514be0f0d01fc192638b8e7ccd5909b842b23 (diff) | |
parent | 881090ff15a5a563bccefcbd08d373c88a64aa31 (diff) | |
download | genenetwork2-4c8c5390bdba594c217d7ca0114a80a6b3634e24.tar.gz |
Merge pull request #566 from BonfaceKilz/Feature/Add-upload-data-forms
Chore/Cosmetic-changes
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): |