Skip to content

Commit e507e64

Browse files
authored
Merge pull request #9 from adafruit/patch-fix
Linted
2 parents 19f1e04 + 2970926 commit e507e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ltr390.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from time import sleep
3232
from struct import unpack_from, pack_into
3333
from micropython import const
34-
import adafruit_bus_device.i2c_device as i2c_device
34+
from adafruit_bus_device import i2c_device
3535
from adafruit_register.i2c_struct import ROUnaryStruct, Struct
3636
from adafruit_register.i2c_bits import RWBits
3737
from adafruit_register.i2c_bit import RWBit, ROBit

0 commit comments

Comments
 (0)