Skip to content

Commit 35e7bf1

Browse files
authored
Merge pull request #23 from adafruit/patch-fix
Linted
2 parents c0ed032 + 393e86e commit 35e7bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_si5351.py

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

1717
from micropython import const
1818

19-
import adafruit_bus_device.i2c_device as i2c_device
19+
from adafruit_bus_device import i2c_device
2020

2121

2222
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)