Skip to content

Commit c38a83a

Browse files
committed
another pylint fix
2nd attempt to fix pylint
1 parent b4601f9 commit c38a83a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Toddler_Timer/code.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# SPDX-FileCopyrightText: 2025 Liz Clark for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
4-
1+
# SPDX-FileCopyrightText: 2025 Liz Clark for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
55
import time
66
import board
77
import displayio
@@ -47,8 +47,7 @@
4747
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT)
4848

4949
font = bitmap_font.load_font('/Arial-14.bdf')
50-
main_area = label.Label(
51-
font, text="6 Minutes", color=0xFFFFFF)
50+
main_area = label.Label(font, text="6 Minutes", color=0xFFFFFF)
5251
main_area.anchor_point = (0.5, 0.0)
5352
main_area.anchored_position = (display.width / 2, display.height/2)
5453
splash = displayio.Group()

0 commit comments

Comments
 (0)