Skip to content

Commit dee2557

Browse files
authored
update imports
1 parent 1d003b0 commit dee2557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_vcnl4040.py

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

4040

4141
try:
42+
import typing # pylint: disable=unused-import
4243
from busio import I2C
4344
except ImportError:
4445
pass

0 commit comments

Comments
 (0)