Skip to content

Commit 63ab8da

Browse files
committed
Fixed black error
1 parent 27f3136 commit 63ab8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/timedsequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
random_order=random_order,
9292
auto_reset=auto_reset,
9393
advance_on_cycle_complete=False,
94-
name=name
94+
name=name,
9595
)
9696
self._advance_interval = self._animation_timings[self._current] * MS_PER_SECOND
9797

0 commit comments

Comments
 (0)