Skip to content

Commit c598f84

Browse files
fixed module import
1 parent 0ac0a9b commit c598f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_fancyled/adafruit_fancyled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
try:
2525
from typing import Tuple, Union, Optional, List, Any
26-
from Adafruit_CircuitPython_Typing import FillBasedColorUnion
26+
from circuitpython_typing.led import FillBasedColorUnion
2727
except ImportError:
2828
pass
2929

0 commit comments

Comments
 (0)