Skip to content

Commit f4ef0dd

Browse files
committed
fixing pylint
added a blank line at the end
1 parent fec94ae commit f4ef0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neopixel_Badge_Lanyard/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ def set_palette(palette):
103103
elif packet.button == ButtonPacket.DOWN:
104104
offset_increment -= 1
105105

106-
if cycling:
106+
if cycling:
107107
offset = (offset + offset_increment) % OFFSET_MAX
108108
set_palette(palette_choice)

0 commit comments

Comments
 (0)