Skip to content

Commit

Permalink
Merge pull request #20 from adafruit/dhalbert-ustruct
Browse files Browse the repository at this point in the history
Remove obsolete reference to ustruct
  • Loading branch information
TheKitty committed Dec 23, 2021
2 parents 8cca677 + a56cc36 commit a7fa1da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions adafruit_mma8451.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
"""
try:
import struct
except ImportError:
import ustruct as struct
import struct

from micropython import const

Expand Down

0 comments on commit a7fa1da

Please sign in to comment.