Skip to content

Commit 86699cd

Browse files
committed
import time first
1 parent ef4eab9 commit 86699cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/is31fl3731_ledshim_rainbow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import time
12
import board
23
import busio
34
import adafruit_is31fl3731
4-
import time
55

66
i2c = busio.I2C(board.SCL, board.SDA)
77

0 commit comments

Comments
 (0)