Getting ImportError: cannot import name 'Blink' from 'adafruit_led_animation.animation'
Closed this issue · 3 comments
johnsturgeon commented
Just following the README.md and I get the error:
ImportError: cannot import name 'Blink' from 'adafruit_led_animation.animation'
johnsturgeon commented
I found the issue, the import should be:
from adafruit_led_animation.animation import blink
dhalbert commented
Sorry for that historical typo. Will fix.
johnsturgeon commented
Actually, sorry, it should be:
from adafruit_led_animation.animation.blink import Blink