Skip to content

Commit 3dc382d

Browse files
authored
Merge pull request #47 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents e71026e + 0fe612e commit 3dc382d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

adafruit_bme680.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,11 @@
2828
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2929
"""
3030

31-
31+
import struct
3232
import time
3333
import math
3434
from micropython import const
3535

36-
try:
37-
import struct
38-
except ImportError:
39-
import ustruct as struct
40-
4136
__version__ = "0.0.0-auto.0"
4237
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BME680.git"
4338

0 commit comments

Comments
 (0)