Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-19 10:32:30 +07:00
parent 4fd996236a
commit dd22bb1eff

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: ...