Skip to content

Commit cc58407

Browse files
committed
lint
1 parent 9eb5ea0 commit cc58407

File tree

1 file changed

+1
-1
lines changed
  • Circuit_Playground_Brake_Light

1 file changed

+1
-1
lines changed

Circuit_Playground_Brake_Light/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
light_on = True
4242
i += 1
4343

44-
# light_on variable is for short circuiting. Not really necessary, but it makes things run faster
44+
# light_on variable is for short circuiting. Not really necessary, just makes things run faster
4545
elif not light_on or time.monotonic() - start > 0.4:
4646
# Sine wave used for the color breathing effect.
4747
# Max brightness can be adjusted with the coefficient.

0 commit comments

Comments
 (0)