Skip to content

Commit a8b9431

Browse files
committed
code format
1 parent 983fd85 commit a8b9431

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • CircuitPython_Display_Text/updating_text_example

CircuitPython_Display_Text/updating_text_example/code.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
# create the label
2121
updating_label = label.Label(
22-
font=terminalio.FONT,
23-
text="Time Is:\n{}".format(time.monotonic()),
24-
scale=2
22+
font=terminalio.FONT, text="Time Is:\n{}".format(time.monotonic()), scale=2
2523
)
2624

2725
# set label position on the display

0 commit comments

Comments
 (0)