Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-24 21:53:54 +07:00
parent 73a1a2b9f1
commit b041e91876

View File

@@ -76,7 +76,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): ...
def do_in_draft(self): ...