Skip to content

Commit b51da3b

Browse files
authored
Merge pull request #20 from adafruit/patch-fix
Linted
2 parents a06679f + 8f215dd commit b51da3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vcnl4010.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"""
2929
from micropython import const
3030

31-
import adafruit_bus_device.i2c_device as i2c_device
31+
from adafruit_bus_device import i2c_device
3232

3333

3434
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)