Skip to content

Commit b33334d

Browse files
committed
fixing library import order
1 parent c2d2823 commit b33334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/seesaw_ano_rotary_7segment_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"""I2C ANO rotary encoder simple test example."""
55

66
import board
7-
from adafruit_seesaw import seesaw, rotaryio, digitalio
87
from adafruit_ht16k33 import segments
8+
from adafruit_seesaw import seesaw, rotaryio, digitalio
99

1010
# For use with the STEMMA connector on QT Py RP2040
1111
# import busio

0 commit comments

Comments
 (0)