From 51c5197c5cd15fe90afb40604ae14934d42cc785 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:14:07 +0100 Subject: ~ --- testing/log_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3