Skip to content

Commit 5234eff

Browse files
committed
fix long line for pylint
1 parent b1f2c83 commit 5234eff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/clue_ble_color_patchwork.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ def change_advertisement(color):
182182
color_preview_group.x = 240 // 2 - 60 // 2
183183
color_preview_group.y = 240 - (60 + 2)
184184

185-
color_preview_tilegrid = displayio.TileGrid(color_select_preview_bmp, pixel_shader=color_select_palette)
185+
color_preview_tilegrid = displayio.TileGrid(color_select_preview_bmp,
186+
pixel_shader=color_select_palette)
186187
color_preview_group.append(color_preview_tilegrid)
187188

188189
# Create a TileGrid using the Bitmap and Palette

0 commit comments

Comments
 (0)