improve linting
This commit is contained in:
parent
cc8ee9a144
commit
954a52cc4d
1 changed files with 3 additions and 4 deletions
|
@ -36,4 +36,3 @@ except KeyboardInterrupt:
|
||||||
for pixel in range(NUM_PIXELS):
|
for pixel in range(NUM_PIXELS):
|
||||||
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
|
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
|
||||||
NeoPixel.show()
|
NeoPixel.show()
|
||||||
time.sleep(DELAY_INTERVAL / 1000.0)
|
|
||||||
|
|
Loading…
Reference in a new issue