Skip to content

Commit 9b56ed6

Browse files
committed
Linted
1 parent 01f396e commit 9b56ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lis331.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from adafruit_register.i2c_bits import RWBits
3636
from adafruit_register.i2c_bit import RWBit
3737
from adafruit_register.i2c_struct import UnaryStruct, ROUnaryStruct
38-
import adafruit_bus_device.i2c_device as i2c_device
38+
from adafruit_bus_device import i2c_device
3939

4040
_LIS331_DEFAULT_ADDRESS = 0x18 # If SDO/SA0 is 3V, its 0x19
4141
_LIS331_CHIP_ID = 0x32 # The default response to WHO_AM_I for the H3LIS331 and LIS331HH

0 commit comments

Comments
 (0)