adafruit/Adafruit_CircuitPython_LED_Animation

Getting ImportError: cannot import name 'Blink' from 'adafruit_led_animation.animation'

Closed this issue · 3 comments

Just following the README.md and I get the error:

ImportError: cannot import name 'Blink' from 'adafruit_led_animation.animation'

I found the issue, the import should be:
from adafruit_led_animation.animation import blink

Sorry for that historical typo. Will fix.

Actually, sorry, it should be:
from adafruit_led_animation.animation.blink import Blink