Skip to content

Commit 99e19a9

Browse files
authored
Merge pull request #21 from adafruit/patch-fix
Linted
2 parents 538bcdd + 991f3b2 commit 99e19a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_as7341.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
from time import sleep, monotonic
3939
from micropython import const
40-
import adafruit_bus_device.i2c_device as i2c_device
40+
from adafruit_bus_device import i2c_device
4141

4242
from adafruit_register.i2c_struct import UnaryStruct, Struct # , ROUnaryStruct
4343
from adafruit_register.i2c_bit import RWBit

0 commit comments

Comments
 (0)