Skip to content

Commit 444c084

Browse files
committed
"Reformatted per new black version"
1 parent a84eb12 commit 444c084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_led_animation/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def monotonic_ms():
2727
"""
2828
return monotonic_ns() // NANOS_PER_MS
2929

30-
3130
except (ImportError, NotImplementedError):
3231
import time
3332

0 commit comments

Comments
 (0)