Skip to content

Commit 307665a

Browse files
committed
convince github actions to rebuild
1 parent 7628f33 commit 307665a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_led_animation/sequence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ def show(self):
279279
class AnimateOnce(AnimationSequence):
280280
"""
281281
Wrapper around AnimationSequence that returns False to animate() until a sequence has completed.
282-
Takes the same arguments as AnimationSequence, but overrides
283-
advance_on_cycle_complete=True and advance_interval=0
282+
Takes the same arguments as AnimationSequence, but overrides advance_on_cycle_complete=True
283+
and advance_interval=0
284284
285285
Example:
286286

0 commit comments

Comments
 (0)