Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / stopwatch.py
index 516138c50fadb3fc71f29ffe8bf9e29169ddff3c..c6c154c124482c9bf9c9e20950a9cca0fb22cb1d 100644 (file)
@@ -10,7 +10,7 @@ class Timer(object):
 
     e.g.
 
-        with timer.Timer() as t:
+        with stopwatch.Timer() as t:
             do_the_thing()
 
         walltime = t()