Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-12-20 16:37:25 +07:00
parent fd43bca154
commit d96b2f40bb

View File

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