Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-12-04 22:05:20 +07:00
parent bdc51a2dce
commit 0b3156a1ff

View File

@@ -43,6 +43,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: ...