Skip to content

Commit b3f315b

Browse files
committed
Run pre-commit
1 parent 79bf81b commit b3f315b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ws2801_simpletest.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
######################### HELPERS ##############################
2222

23+
2324
# a random color 0 -> 224
2425
def random_color():
2526
return random.randrange(0, 7) * 32

0 commit comments

Comments
 (0)