Skip to content

Commit bca2cf6

Browse files
committed
Tried to fix type annotations.
1 parent d3b4b20 commit bca2cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ms8607.py

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

3636
from struct import unpack_from
3737
from time import sleep
38-
# from micropython import const
38+
from micropython import const
3939
from adafruit_bus_device import i2c_device
4040

4141
try:

0 commit comments

Comments
 (0)