Skip to content

Commit f9fa280

Browse files
authored
Remove obsolete reference to ustruct
1 parent 3c3aa70 commit f9fa280

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)