Skip to content

Commit 60bf234

Browse files
authored
Remove obsolete references to ustruct
1 parent 45d1462 commit 60bf234

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

adafruit_ra8875/ra8875.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@
2727
"""
2828

2929
# imports
30+
import struct
3031
import time
32+
3133
from digitalio import Direction
3234
from adafruit_bus_device import spi_device
3335
import adafruit_ra8875.registers as reg
3436

35-
try:
36-
import struct
37-
except ImportError:
38-
import ustruct as struct
39-
4037
__version__ = "0.0.0-auto.0"
4138
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RA8875.git"
4239

0 commit comments

Comments
 (0)