Skip to content

Commit 6e80cd5

Browse files
authored
Merge pull request #24 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents d1a06f6 + 8bc1d14 commit 6e80cd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_lsm9ds0.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
https://github.com/adafruit/circuitpython/releases
3232
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
3333
"""
34-
try:
35-
import struct
36-
except ImportError:
37-
import ustruct as struct
34+
import struct
3835

3936
from adafruit_bus_device import i2c_device
4037
from adafruit_bus_device import spi_device

0 commit comments

Comments
 (0)