fix: import issues

This commit is contained in:
Benexl
2025-07-24 18:52:18 +03:00
parent 5392d4f25a
commit a04643d36a
10 changed files with 39 additions and 39 deletions

View File

@@ -12,8 +12,8 @@ def auth(config: AppConfig, status: bool, logout: bool):
from .....core.constants import ANILIST_AUTH
from .....libs.media_api.api import create_api_client
from .....libs.selectors.selector import create_selector
from ....services.auth import AuthService
from ....services.feedback import FeedbackService
from ....service.auth import AuthService
from ....service.feedback import FeedbackService
auth_service = AuthService("anilist")
feedback = FeedbackService(config.general.icons)