Skip to content

Commit 442f2cd

Browse files
committed
Import typing for all modules, satisfy pylint
1 parent bc03280 commit 442f2cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

adafruit_max7219/matrices.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
try:
1313
# Used only for typing
14+
import typing # pylint: disable=unused-import
1415
import digitalio
1516
import busio
1617
except ImportError:

adafruit_max7219/max7219.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
try:
4747
# Used only for typing
48+
import typing # pylint: disable=unused-import
4849
import busio
4950
except ImportError:
5051
pass

0 commit comments

Comments
 (0)