aboutsummaryrefslogtreecommitdiff
path: root/wqflask/maintenance/print_benchmark.py
diff options
context:
space:
mode:
authorBonfaceKilz2021-04-29 21:57:16 +0300
committerGitHub2021-04-29 21:57:16 +0300
commit4c8c5390bdba594c217d7ca0114a80a6b3634e24 (patch)
treeb48693555b97fd21e37b263591685af75a2a4b45 /wqflask/maintenance/print_benchmark.py
parentbab514be0f0d01fc192638b8e7ccd5909b842b23 (diff)
parent881090ff15a5a563bccefcbd08d373c88a64aa31 (diff)
downloadgenenetwork2-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.py2
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):