From a5519223110ecbda965afc3f9266c85475d70cc1 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:38:55 +0100 Subject: ~ --- testing/log_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/log_time.py b/testing/log_time.py index 7d268128..376ab86d 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 + return secs \ No newline at end of file -- cgit v1.2.3