Skip to content

Commit 13ded58

Browse files
authored
Merge pull request #20 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents 850e453 + ff81253 commit 13ded58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

adafruit_bmp3xx.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@
2727
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2828
2929
"""
30-
30+
import struct
3131
import time
3232

33-
try:
34-
import struct
35-
except ImportError:
36-
import ustruct as struct
37-
3833
from micropython import const
3934

4035
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)