Skip to content

Commit 422e02c

Browse files
committed
Add Missing Type Annotations
1 parent 8850979 commit 422e02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tca9548a.py

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

3535
try:
36-
from typing import Optional, List # pylint: disable=unused-import
36+
from typing import List
3737
from typing_extensions import Literal
3838
from circuitpython_typing import WriteableBuffer, ReadableBuffer
3939
from busio import I2C

0 commit comments

Comments
 (0)