Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-24 21:53:20 +07:00
parent 3b029d9de5
commit 676770683c
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class Environment(Mapping):
) -> Environment: ...
def ref(self, xml_id, raise_if_not_found: bool = ...): ...
@property
def user(self) -> "Users": ...
def user(self) -> Users: ...
@property
def lang(self) -> str: ...
def do_in_draft(self): ...

View File

@@ -33,7 +33,7 @@ class WebRequest:
endpoint: Any
endpoint_arguments: Any
auth_method: Any
website: "Website"
website: Website
def __init__(self, httprequest) -> None: ...
@property
def cr(self) -> Cursor: ...