Skip to content

Commit 6e64fab

Browse files
authored
Merge pull request #30 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents b9b86ba + 379b6cf commit 6e64fab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

adafruit_mlx90393.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@
2828
https://github.com/adafruit/Adafruit_CircuitPython_Register
2929
3030
"""
31-
31+
import struct
3232
import time
3333

34-
try:
35-
import struct
36-
except ImportError:
37-
import ustruct as struct
38-
3934
from adafruit_bus_device.i2c_device import I2CDevice
4035
from micropython import const
4136

0 commit comments

Comments
 (0)