Skip to content

Commit b4e35b9

Browse files
committed
Tried to fix pylint errors.
1 parent 77d093e commit b4e35b9

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
@@ -40,8 +40,8 @@
4040

4141
try:
4242
"""Needed for type annotations"""
43-
from typing import Tuple, Any, Byte
4443
from busio import I2C
44+
from typing import Tuple, Any, Byte
4545

4646
except ImportError:
4747
pass

0 commit comments

Comments
 (0)