We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84eb12 commit 444c084Copy full SHA for 444c084
adafruit_led_animation/__init__.py
@@ -27,7 +27,6 @@ def monotonic_ms():
27
"""
28
return monotonic_ns() // NANOS_PER_MS
29
30
-
31
except (ImportError, NotImplementedError):
32
import time
33
0 commit comments