Skip to content

Commit 78fae95

Browse files
authored
Merge pull request #15 from adafruit/patch-fix
Linted
2 parents 5c879ab + 7a6f075 commit 78fae95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_shtc3.py

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

4040
from struct import unpack_from
4141
import time
42-
import adafruit_bus_device.i2c_device as i2c_device
42+
from adafruit_bus_device import i2c_device
4343

4444

4545
# include "Arduino.h"

0 commit comments

Comments
 (0)