Skip to content

Commit 156be57

Browse files
authored
lint remove whitespace
1 parent 005aed1 commit 156be57

File tree

1 file changed

+1
-1
lines changed
  • Digital_Clock_with_CircuitPython

1 file changed

+1
-1
lines changed

Digital_Clock_with_CircuitPython/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def clock_conversion(h, m, set_brightness):
5959
if hour_12 == 0:
6060
hour_12 = 12
6161
display.print(f"{(hour_12):02}:{m:02}") # Use for leading zero re. 09:35
62-
# display.print(f"{hour_12:2}:{m:02}") # uncomment to suppress leading zero
62+
# display.print(f"{hour_12:2}:{m:02}") # uncomment to suppress leading zero
6363
# # (shows 1:00 instead of 01:00)
6464
display.ampm = am_pm
6565
if set_brightness:

0 commit comments

Comments
 (0)