Skip to content

Commit a500fdf

Browse files
authored
Merge pull request #20 from adafruit/patch-fix
Linted
2 parents 5c6e02d + ee8de5a commit a500fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mpl3115a2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
except ImportError:
3636
import struct
3737

38-
import adafruit_bus_device.i2c_device as i2c_device
38+
from adafruit_bus_device import i2c_device
3939

4040

4141
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)