Skip to content

Commit d33a887

Browse files
committed
Reformatted per pre-commit
1 parent 376c9e1 commit d33a887

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/led_animation_cycle_animations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@
4141
if button.value:
4242
animation_sequence.next()
4343
while button.value:
44-
time.sleep(0.1) # Used for button debouncing
45-
44+
time.sleep(0.1) # Used for button debouncing

examples/led_animation_resume_animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Create the animation and freeze it afterwards
3232
pulse_animation = Pulse(pixels, speed=0.1, period=1, color=RED)
33-
pulse_animation.freeze()
33+
pulse_animation.freeze()
3434

3535
while True:
3636
pulse_animation.animate()

0 commit comments

Comments
 (0)