diff options
| author | Scott <[email protected]> | 2022-02-02 11:09:18 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-02-02 11:09:18 -0800 |
| commit | 5317c50ce7a96a37acfab3800c0935580766dbbf (patch) | |
| tree | 2da99b27342a873e0a8fe0e3d49fa1bec1637e79 /stopwatch.py | |
| parent | 1ce11b3c28d175b6dcbfea9cf6367081f049c5a9 (diff) | |
mypy clean!
Diffstat (limited to 'stopwatch.py')
| -rw-r--r-- | stopwatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
