Skip to content

Commit fa69348

Browse files
committed
Black again.
1 parent f29856c commit fa69348

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

adafruit_led_animation/group.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
__version__ = "0.0.0-auto.0"
4848
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
4949

50+
5051
class AnimationGroup:
5152
"""
5253
A group of animations that are active together. An example would be grouping a strip of

adafruit_led_animation/rainbow.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
__version__ = "0.0.0-auto.0"
5151
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
5252

53+
5354
class Rainbow(Animation):
5455
"""
5556
The classic rainbow color wheel.

adafruit_led_animation/sequence.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
__version__ = "0.0.0-auto.0"
5252
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
5353

54+
5455
class AnimationSequence:
5556
"""
5657
A sequence of Animations to run in succession, looping forever.

adafruit_led_animation/sparkle.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
__version__ = "0.0.0-auto.0"
5252
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
5353

54+
5455
class Sparkle(Animation):
5556
"""
5657
Sparkle animation of a single color.

0 commit comments

Comments
 (0)