Skip to content

Commit 14f5816

Browse files
Remove 'circuitpython' from .py name
1 parent cee32f8 commit 14f5816

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

examples/cpx_rotate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simple FancyLED example for Circuit Playground Express
22

33
from adafruit_circuitplayground.express import cpx
4-
import adafruit_circuitpython_fancyled as fancy
4+
import adafruit_fancyled as fancy
55

66
# A dynamic gradient palette is a compact representation of a color palette
77
# that lists only the key points (specific positions and colors), which are

0 commit comments

Comments
 (0)