Skip to content

Commit 0fe08ed

Browse files
committed
Swap import order for cycle example
1 parent d33a887 commit 0fe08ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/led_animation_cycle_animations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
For NeoPixel FeatherWing. Update pixel_pin and pixel_num to match your wiring if using
99
a different form of NeoPixels.
1010
"""
11-
import board
1211
import time
12+
import board
1313
import neopixel
1414
from digitalio import DigitalInOut, Direction, Pull
1515

0 commit comments

Comments
 (0)