Skip to content

Commit 954f549

Browse files
committed
Fixed linting
1 parent 887c18c commit 954f549

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_as7341.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
# Only needed for typing
5050
import busio # pylint: disable=unused-import
5151

52-
TCallable = TypeVar("TCallable", bound=Callable[..., Any])
52+
TCallable = TypeVar( # pylint: disable=invalid-name
53+
"TCallable", bound=Callable[..., Any]
54+
)
5355

5456
except ImportError:
5557
pass

0 commit comments

Comments
 (0)