Skip to content

Commit 31e6fcc

Browse files
committed
Add Missing Type Annotations
1 parent 7e19b6f commit 31e6fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vcnl4010.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from adafruit_bus_device import i2c_device
3232

3333
try:
34-
from typing import Optional, List # pylint: disable=unused-import
34+
import typing # pylint: disable=unused-import
3535
from busio import I2C
3636
except ImportError:
3737
pass

0 commit comments

Comments
 (0)