Skip to content

Commit f2fe0ee

Browse files
authored
Merge pull request #46 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents f32c034 + bc21562 commit f2fe0ee

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)