summaryrefslogtreecommitdiffstats
path: root/testing/log_time.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/log_time.py')
-rw-r--r--testing/log_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/log_time.py b/testing/log_time.py
index 376ab86d..7d268128 100644
--- a/testing/log_time.py
+++ b/testing/log_time.py
@@ -22,4 +22,4 @@ def log_time(method: callable, **kwargs):
secs = f"{round(time() - start, 2)} secs"
if result:
return " ".join([result, secs])
- return secs \ No newline at end of file
+ return secs