mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor backend module architecture
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from app.db import SessionFactory
|
||||
from app.db.models.transferhistory import TransferHistory
|
||||
from app.schemas.types import MediaSource, MediaType
|
||||
from app.utils import system as system_module
|
||||
from app.utils.system import SystemUtils
|
||||
from app.infrastructure import system as system_module
|
||||
from app.infrastructure.system import SystemUtils
|
||||
|
||||
|
||||
def test_dashboard_system_info_returns_runtime_environment(monkeypatch):
|
||||
|
||||
Reference in New Issue
Block a user