Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-24 21:29:04 +07:00
parent 32f840613a
commit 62418a2375
7 changed files with 17 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ def new_test_user(
groups: str = ...,
context: dict | None = ...,
**kwargs
) -> "Users": ...
) -> Users: ...
class RecordCapturer:
def __init__(self, model: BaseModel, domain: list) -> None: ...