We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d003b0 commit dee2557Copy full SHA for dee2557
adafruit_vcnl4040.py
@@ -39,6 +39,7 @@
39
40
41
try:
42
+ import typing # pylint: disable=unused-import
43
from busio import I2C
44
except ImportError:
45
pass
0 commit comments