Skip to content

Commit 8804667

Browse files
committed
Linted
1 parent cc590d5 commit 8804667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_icm20x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ICM20X.git"
3333
# Common imports; remove if unused or pylint will complain
3434
from time import sleep
35-
import adafruit_bus_device.i2c_device as i2c_device
35+
from adafruit_bus_device import i2c_device
3636

3737
from adafruit_register.i2c_struct import UnaryStruct, ROUnaryStruct, Struct
3838
from adafruit_register.i2c_bit import RWBit, ROBit

0 commit comments

Comments
 (0)