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 8850979 commit 422e02cCopy full SHA for 422e02c
adafruit_tca9548a.py
@@ -33,7 +33,7 @@
33
from micropython import const
34
35
try:
36
- from typing import Optional, List # pylint: disable=unused-import
+ from typing import List
37
from typing_extensions import Literal
38
from circuitpython_typing import WriteableBuffer, ReadableBuffer
39
from busio import I2C
0 commit comments