Skip to content

Commit bc21562

Browse files
authored
Remove obsolete reference to ustruct
1 parent f32c034 commit bc21562

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_register/i2c_struct.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
* Author(s): Scott Shawcroft
1313
"""
1414

15-
try:
16-
import struct
17-
except ImportError:
18-
import ustruct as struct
15+
import struct
1916

2017
__version__ = "0.0.0-auto.0"
2118
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"

0 commit comments

Comments
 (0)