fix name list error on windows

This commit is contained in:
rambros 2026-03-21 01:05:04 +05:30
parent 4b6e916425
commit d7f25c7acd
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import logging
import re import re
import json import json
import io import io
from typing import Callable, Awaitable, Dict, Any from typing import Callable, Awaitable, Dict, Any, List
try: try:
from lottie.objects import Animation from lottie.objects import Animation

View file

@ -3,7 +3,7 @@ import logging
import re import re
import json import json
import io import io
from typing import Callable, Awaitable, Dict, Any from typing import Callable, Awaitable, Dict, Any, List
try: try:
from lottie.objects import Animation from lottie.objects import Animation