From 1574e8a3a8982fab9278ad534f9427d464e4bffb Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 16 Jul 2021 21:43:44 -0700 Subject: Various --- stopwatch.py | 1 - 1 file changed, 1 deletion(-) (limited to 'stopwatch.py') diff --git a/stopwatch.py b/stopwatch.py index 752c7ed..d54af87 100644 --- a/stopwatch.py +++ b/stopwatch.py @@ -16,7 +16,6 @@ class Timer(object): def __init__(self) -> None: self.start = None self.end = None - pass def __enter__(self) -> Callable[[], float]: self.start = time.perf_counter() -- cgit v1.3