Skip to content

Commit 23456e6

Browse files
committed
lint shushing
1 parent 611999d commit 23456e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel_spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class NeoPixel_SPI(NeoPixel):
9191
pixels = neopixel_spi.NeoPixel_SPI(board.SPI(), 10)
9292
pixels.fill(0xff0000)
9393
"""
94-
#pylint: disable=invalid-name, super-init-not-called
94+
#pylint: disable=invalid-name, super-init-not-called, too-many-instance-attributes
9595

9696
FREQ = 6400000 # 800kHz * 8, actual may be different
9797
TRST = 80e-6 # Reset code low level time

0 commit comments

Comments
 (0)