fix "too many blank lines" make by purpose so workflow should get green again
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Python formatting PEP8 / Pyhton-PEP8 (push) Successful in 12s

This commit is contained in:
Finn Christiansen 2023-05-28 22:56:01 +01:00
parent 0c04b393fc
commit 7450a455a2

1
rgb.py
View file

@ -15,7 +15,6 @@ def colorWipe(strip, color, wait_ms=50):
time.sleep(wait_ms / 1000.0) time.sleep(wait_ms / 1000.0)
if __name__ == "__main__": if __name__ == "__main__":
TOTAL_LED_COUNT = 24 TOTAL_LED_COUNT = 24
R = 0 R = 0