Skip to content

Commit ea02a1e

Browse files
committed
Add Missing Type Annotations
1 parent a3815ac commit ea02a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_veml6075.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from micropython import const
3535

3636
try:
37-
from typing import Union # pylint: disable=unused-import
37+
import typing # pylint: disable=unused-import
3838
from busio import I2C
3939
except ImportError:
4040
pass

0 commit comments

Comments
 (0)