mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor: strengthen architecture CI gates and runtime contracts
This commit is contained in:
@@ -5,7 +5,6 @@ from __future__ import annotations
|
||||
from collections.abc import AsyncGenerator, Callable, Generator
|
||||
from typing import Any
|
||||
|
||||
|
||||
SessionProvider = Callable[[], Generator[Any, None, None]]
|
||||
AsyncSessionProvider = Callable[[], AsyncGenerator[Any, None]]
|
||||
RepositoryFactory = Callable[[Any], Any]
|
||||
|
||||
Reference in New Issue
Block a user