summaryrefslogtreecommitdiff
path: root/stopwatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'stopwatch.py')
-rw-r--r--stopwatch.py1
1 files changed, 0 insertions, 1 deletions
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()