Skip to content

Commit 5bfd76f

Browse files
authored
Merge pull request #22 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents 0dfa3e2 + 6e9f9ea commit 5bfd76f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_focaltouch.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
__version__ = "0.0.0-auto.0"
3636
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch.git"
3737

38-
try:
39-
import struct
40-
except ImportError:
41-
import ustruct as struct
38+
import struct
4239

4340
from adafruit_bus_device.i2c_device import I2CDevice
4441

0 commit comments

Comments
 (0)