Skip to content

Commit f32e311

Browse files
authored
Merge pull request #8 from tekktrik/dev/fix-driver-file
Fix I2CDevice import
2 parents 8f6c8b3 + 432b986 commit f32e311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_typing/device_drivers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Author(s): Alec Delaney
1010
"""
1111

12-
from adafruit_bus_device import I2CDevice
12+
from adafruit_bus_device.i2c_device import I2CDevice
1313

1414
# # Protocol was introduced in Python 3.8.
1515
try:

0 commit comments

Comments
 (0)