diff options
Diffstat (limited to '')
-rw-r--r-- | testing/log_time.py | 2 |
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 |