Skip to content

Commit 501d92c

Browse files
committed
Run pre-commit
1 parent 7133536 commit 501d92c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/macropad_tone_keypad_extended.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# be the index of the currently playing note.
2929
playing_index = None
3030

31+
3132
# Helper to convert an integer to an rgb value.
3233
def rgb_from_int(rgb):
3334
blue = rgb & 255

0 commit comments

Comments
 (0)