We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a73d2 commit 951e7b9Copy full SHA for 951e7b9
adafruit_mcp9600.py
@@ -36,6 +36,8 @@
36
from adafruit_register.i2c_bit import RWBit, ROBit
37
38
try:
39
+ # Used only for typing
40
+ import typing # pylint: disable=unused-import
41
from busio import I2C
42
except ImportError:
43
pass
0 commit comments