Skip to content

Commit aff12ae

Browse files
committed
lint
1 parent 203ecce commit aff12ae

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
@@ -37,7 +37,7 @@
3737
cp.pixels.brightness = 0.25
3838
start = time.monotonic()
3939
sleep = True
40-
i +=1
40+
i += 1
4141

4242
# sleep variable is for short circuiting
4343
elif not sleep or time.monotonic() - start > 0.4:

0 commit comments

Comments
 (0)