Skip to content

Commit f6e1364

Browse files
authored
Merge pull request #16 from adafruit/patch-fix
Linted
2 parents 3544292 + 4743baf commit f6e1364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lc709203f.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"""
3434

3535
from micropython import const
36-
import adafruit_bus_device.i2c_device as i2c_device
36+
from adafruit_bus_device import i2c_device
3737

3838
__version__ = "0.0.0-auto.0"
3939
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LC709203F.git"

0 commit comments

Comments
 (0)