fix name list error on windows
This commit is contained in:
parent
4b6e916425
commit
d7f25c7acd
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import logging
|
|||
import re
|
||||
import json
|
||||
import io
|
||||
from typing import Callable, Awaitable, Dict, Any
|
||||
from typing import Callable, Awaitable, Dict, Any, List
|
||||
|
||||
try:
|
||||
from lottie.objects import Animation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import logging
|
|||
import re
|
||||
import json
|
||||
import io
|
||||
from typing import Callable, Awaitable, Dict, Any
|
||||
from typing import Callable, Awaitable, Dict, Any, List
|
||||
|
||||
try:
|
||||
from lottie.objects import Animation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue