We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f6c8b3 + 432b986 commit f32e311Copy full SHA for f32e311
circuitpython_typing/device_drivers.py
@@ -9,7 +9,7 @@
9
* Author(s): Alec Delaney
10
"""
11
12
-from adafruit_bus_device import I2CDevice
+from adafruit_bus_device.i2c_device import I2CDevice
13
14
# # Protocol was introduced in Python 3.8.
15
try:
0 commit comments