improve linting

This commit is contained in:
L3D 2024-03-24 22:51:03 +01:00
parent cc8ee9a144
commit 954a52cc4d
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -36,4 +36,3 @@ except KeyboardInterrupt:
for pixel in range(NUM_PIXELS):
NeoPixel.setPixelColor(pixel, Color(0, 0, 0))
NeoPixel.show()
time.sleep(DELAY_INTERVAL / 1000.0)