Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-01-27 21:05:12 +07:00
parent 9259aad461
commit 6fb7559756
7 changed files with 19 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ def new_test_user(
context: dict | None = ...,
**kwargs
) -> Users: ...
def loaded_demo_data(env: Environment) -> bool: ...
class RecordCapturer:
def __init__(self, model: BaseModel, domain: list) -> None: ...