Skip to content

Commit cf56e60

Browse files
committed
make complaint with pylint 1.9.2
1 parent 97e36fa commit cf56e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class NeoPixel_SPI(NeoPixel):
178178
pixels = neopixel.NeoPixel_SPI(board.SPI(), 10)
179179
pixels.fill(0xff0000)
180180
"""
181-
# pylint: disable=invalid-name, super-init-not-called, import-outside-toplevel
181+
# pylint: disable=invalid-name, super-init-not-called
182182

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

0 commit comments

Comments
 (0)