mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from threading import Lock
|
||||
from typing import Optional, Tuple, Union
|
||||
|
||||
from app.platform.config import settings
|
||||
from app.platform.log import logger
|
||||
from app.runtime.config import settings
|
||||
from app.runtime.log import logger
|
||||
from app.modules import _ModuleBase
|
||||
from app.modules.thetvdb import tvdb_v4_official
|
||||
from app.schemas.types import ModuleType, MediaRecognizeType
|
||||
|
||||
@@ -7,9 +7,9 @@ import json
|
||||
import urllib.parse
|
||||
from http import HTTPStatus
|
||||
|
||||
from app.platform.cache import cached
|
||||
from app.platform.config import settings
|
||||
from app.foundation.http import RequestUtils
|
||||
from app.runtime.cache import cached
|
||||
from app.runtime.config import settings
|
||||
from app.adapters.network.http import RequestUtils
|
||||
|
||||
|
||||
class Auth:
|
||||
|
||||
Reference in New Issue
Block a user