Skip to content

Commit 53325cd

Browse files
authored
Merge pull request #26 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents 3c3aa70 + f9fa280 commit 53325cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adafruit_max31855.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
2929
"""
3030
import math
31-
32-
try:
33-
import struct
34-
except ImportError:
35-
import ustruct as struct
31+
import struct
3632

3733
from adafruit_bus_device.spi_device import SPIDevice
3834

0 commit comments

Comments
 (0)