Skip to content

Commit be9f914

Browse files
authored
Merge pull request #18 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents 4986b56 + 3cd9a43 commit be9f914

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

adafruit_htu21d.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@
2828
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2929
3030
"""
31-
try:
32-
import struct
33-
except ImportError:
34-
import ustruct as struct
35-
31+
import struct
3632
import time
33+
3734
from adafruit_bus_device.i2c_device import I2CDevice
3835
from micropython import const
3936

0 commit comments

Comments
 (0)