Skip to content

Commit 397c723

Browse files
committed
fix lint
1 parent eccb2fc commit 397c723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_led_animation/animation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"""
4545

4646
try:
47-
from time import monotonic_ns as monotonic_ns
47+
from time import monotonic_ns
4848
except ImportError:
4949
import time
5050

@@ -345,8 +345,8 @@ class AnimationSequence:
345345
Advances manually or at the specified interval.
346346
347347
:param members: The animation objects or groups.
348-
:param int advance_interval: Time in seconds between animations if cycling automatically. Defaults
349-
to ``None``.
348+
:param int advance_interval: Time in seconds between animations if cycling
349+
automatically. Defaults to ``None``.
350350
351351
.. code-block:: python
352352

0 commit comments

Comments
 (0)