Skip to content

Commit

Permalink
Merge pull request #18 from adafruit/dhalbert-ustruct
Browse files Browse the repository at this point in the history
Remove obsolete reference to ustruct
  • Loading branch information
gamblor21 committed Dec 22, 2021
2 parents 4986b56 + 3cd9a43 commit be9f914
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions adafruit_htu21d.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
"""
try:
import struct
except ImportError:
import ustruct as struct

import struct
import time

from adafruit_bus_device.i2c_device import I2CDevice
from micropython import const

Expand Down

0 comments on commit be9f914

Please sign in to comment.