Skip to content

Commit

Permalink
Merge pull request #34 from ikostan/33-fix-pythonblack-issue-in-lesso…
Browse files Browse the repository at this point in the history
…nslesson_1mainpy

Update main.py
  • Loading branch information
ikostan authored Jun 26, 2024
2 parents 5102827 + 8e54b96 commit 3f9f89b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lessons/lesson_1/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ def toggle_led(val: int) -> None:
while True:
toggle_led(IS_ON)
time.sleep(0.3)
# fmt: off
IS_ON = toggle_is_on(IS_ON)
# fmt: on
IS_ON = toggle_is_on(IS_ON) # fmt: skip

0 comments on commit 3f9f89b

Please sign in to comment.