Skip to content

Commit ac7006d

Browse files
authored
Merge pull request #24 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents f8b9d3c + 12005d7 commit ac7006d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adafruit_am2320.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
"""
2828

2929
# imports
30-
try:
31-
import struct
32-
except ImportError:
33-
import ustruct as struct
34-
30+
import struct
3531
import time
3632

3733
from adafruit_bus_device.i2c_device import I2CDevice

0 commit comments

Comments
 (0)