Skip to content

Commit d1ebd21

Browse files
committed
split long line for pylint
1 parent 4100a76 commit d1ebd21

File tree

1 file changed

+3
-1
lines changed
  • Fruit_Jam/Fruit_Jam_Product_Overlay

1 file changed

+3
-1
lines changed

Fruit_Jam/Fruit_Jam_Product_Overlay/code.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ def format_data(json_data):
151151
fruitjam.add_text(
152152
text_font=OVERLAY_FONT, text_wrap=0, text_maxlen=30, text_color=0xFFFFFF, outline_size=1
153153
) # stock
154-
fruitjam.add_text(text_font=OVERLAY_FONT, text_wrap=0, text_maxlen=30, text_color=0xFFFFFF, outline_size=1) #
154+
fruitjam.add_text(
155+
text_font=OVERLAY_FONT, text_wrap=0, text_maxlen=30, text_color=0xFFFFFF, outline_size=1
156+
) # price
155157
apply_hotkey_visuals(config_index)
156158

157159
fruitjam.neopixels.brightness = 0.1

0 commit comments

Comments
 (0)