Skip to content

Commit 33bbbbd

Browse files
authored
Merge pull request #36 from adafruit/patch-fix
Linted
2 parents 8c75e29 + f41e79a commit 33bbbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max31865.py

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

3838
from micropython import const
3939

40-
import adafruit_bus_device.spi_device as spi_device
40+
from adafruit_bus_device import spi_device
4141

4242
__version__ = "0.0.0-auto.0"
4343
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX31865.git"

0 commit comments

Comments
 (0)