Skip to content

Commit 9aece7c

Browse files
authored
Remove obsolete reference to ustruct
1 parent f06ac21 commit 9aece7c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_seesaw/neopixel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
`adafruit_seesaw.neopixel`
99
====================================================
1010
"""
11+
import struct
1112

12-
try:
13-
import struct
14-
except ImportError:
15-
import ustruct as struct
1613
try:
1714
from micropython import const
1815
except ImportError:

0 commit comments

Comments
 (0)