We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df79acd commit 46f1be6Copy full SHA for 46f1be6
adafruit_led_animation/animation/grid_rain.py
@@ -57,7 +57,6 @@ def __init__(
57
super().__init__(grid_object, speed, color, name=name)
58
59
def draw(self):
60
-
61
# Move raindrops down
62
keep = []
63
for raindrop in self._raindrops:
0 commit comments