mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
refactor backend module architecture
This commit is contained in:
@@ -18,9 +18,9 @@ from urllib.request import Request, urlopen
|
||||
|
||||
import psutil
|
||||
|
||||
from app.core.config import settings
|
||||
from app.platform.config import settings
|
||||
from app.doctor.models import DoctorFinding, DoctorFindingStatus, DoctorReport, DoctorSeverity
|
||||
from app.utils.system import SystemUtils
|
||||
from app.infrastructure.system import SystemUtils
|
||||
|
||||
|
||||
CheckFunc = Callable[["DoctorRunnerProtocol"], None]
|
||||
|
||||
Reference in New Issue
Block a user