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/maintenance/print_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/maintenance/print_benchmark.py')
-rw-r--r-- | wqflask/maintenance/print_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/maintenance/print_benchmark.py b/wqflask/maintenance/print_benchmark.py index b24ce4f1..a1046c86 100644 --- a/wqflask/maintenance/print_benchmark.py +++ b/wqflask/maintenance/print_benchmark.py @@ -5,7 +5,7 @@ import time from pprint import pformat as pf -class TheCounter(object): +class TheCounter: Counters = {} def __init__(self): |