diff options
Diffstat (limited to 'tests/pyb/timer.py')
-rw-r--r-- | tests/pyb/timer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyb/timer.py b/tests/pyb/timer.py index ff1bda0f23..45cb8550dc 100644 --- a/tests/pyb/timer.py +++ b/tests/pyb/timer.py @@ -1,3 +1,4 @@ +import pyb from pyb import Timer tim = Timer(4) |