Skip to content

Commit 9f0cb10

Browse files
committed
use the module name for the protocol import
1 parent 95506f0 commit 9f0cb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bme280/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from time import sleep
3535

3636
from micropython import const
37-
from protocol import I2C_Impl, SPI_Impl
37+
from adafruit_bme280.protocol import I2C_Impl, SPI_Impl
3838

3939
try:
4040
import typing # pylint: disable=unused-import

0 commit comments

Comments
 (0)