Skip to content

Commit cc51d94

Browse files
committed
Fixed linting
1 parent 253c0db commit cc51d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max7219/max7219.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(
7878
width: int,
7979
height: int,
8080
spi: busio.SPI,
81-
cs: digitalio.DigitalInOut,
81+
cs: digitalio.DigitalInOut, # pylint: disable=invalid-name
8282
*,
8383
baudrate: int = 8000000,
8484
polarity: int = 0,

0 commit comments

Comments
 (0)