style: format files

This commit is contained in:
benex
2024-12-02 22:26:03 +03:00
parent 434ac947dd
commit 383cb62ede
15 changed files with 55 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
import re
import logging
import os
import re
import shutil
import subprocess
import logging
import time
from ...constants import S_PLATFORM

View File

@@ -1,11 +1,10 @@
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from typing import Any
from typing import Any, Callable
from ...libs.anilist.types import AnilistBaseMediaDataSchema
from ...libs.anime_provider.types import Anime, EpisodeStream, SearchResult, Server
from typing import Callable
class FastAnimeRuntimeState(object):