mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
refactor: strengthen architecture CI gates and runtime contracts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from typing import Optional, List
|
||||
from typing import List, Optional
|
||||
|
||||
from app.chain import ChainBase
|
||||
from app.schemas.dashboard import DownloaderInfo as _SchemaDownloaderInfo
|
||||
from app.schemas.dashboard import Statistic as _SchemaStatistic
|
||||
from app.chain import ChainBase
|
||||
|
||||
|
||||
class DashboardChain(ChainBase):
|
||||
|
||||
Reference in New Issue
Block a user