From 5317c50ce7a96a37acfab3800c0935580766dbbf Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 11:09:18 -0800 Subject: mypy clean! --- stopwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stopwatch.py') diff --git a/stopwatch.py b/stopwatch.py index 516138c..c6c154c 100644 --- a/stopwatch.py +++ b/stopwatch.py @@ -10,7 +10,7 @@ class Timer(object): e.g. - with timer.Timer() as t: + with stopwatch.Timer() as t: do_the_thing() walltime = t() -- cgit v1.3