Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-19 10:33:13 +07:00
parent 01c73c9cce
commit d4f970ef42

View File

@@ -44,6 +44,7 @@ class Registry(Mapping[str, type[BaseModel]]):
_invalidation_flags: threading.local
has_unaccent: bool
has_trigram: bool
populated_models: dict[str, list[int]]
def init(self, db_name: str) -> None: ...
@classmethod
def delete(cls, db_name: str) -> None: ...