Skip to content

Commit 824cdd3

Browse files
committed
update fix for pylint pumpkin CPB ornament
update fix for pylint pumpkin CPB ornament
1 parent 1b3b84d commit 824cdd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Pumpkin_Goblin_CPB_Ornament/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"""
66
This example shows different ways to use AnimationGroup: syncing four animations across two separate
7-
pixel objects such as the built-in NeoPixels on a Circuit Playground Bluefruit and a 16x NeoPixel Ring.
7+
pixel objects such as the built-in NeoPixels on a Circuit Playground Bluefruit and a NeoPixel Ring.
88
99
This example is written for Circuit Playground Bluefruit and a 16-pixel NeoPixel ring connected to
1010
pad A1. It does not work on Circuit Playground Express.
@@ -15,7 +15,6 @@
1515

1616
from adafruit_led_animation.animation.blink import Blink
1717
from adafruit_led_animation.animation.comet import Comet
18-
from adafruit_led_animation.animation.chase import Chase
1918
from adafruit_led_animation.animation.pulse import Pulse
2019
from adafruit_led_animation.animation.sparkle import Sparkle
2120

0 commit comments

Comments
 (0)