Skip to content

Commit 6433e78

Browse files
committed
black...
1 parent 6c7ef3a commit 6433e78

File tree

1 file changed

+1
-1
lines changed
  • adafruit_led_animation/animation

1 file changed

+1
-1
lines changed

adafruit_led_animation/animation/comet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _comet_generator(self):
126126
if start <= 0:
127127
num_visible = self._tail_length + start
128128
self.pixel_object[0:num_visible] = colors[
129-
self._tail_length - num_visible:
129+
self._tail_length - num_visible :
130130
]
131131
else:
132132
self.pixel_object[start : start + end] = colors[0:end]

0 commit comments

Comments
 (0)