mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Python: Improve load_file signature's return type
This commit is contained in:
parent
f0f2880430
commit
5a31ad437e
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ def load_file(
|
|||
typing.List[str | os.PathLike[Any] | pathlib.Path]
|
||||
] = None,
|
||||
translation_domain: typing.Optional[str] = None,
|
||||
) -> Any:
|
||||
) -> types.SimpleNamespace:
|
||||
compiler = native.Compiler()
|
||||
|
||||
if style is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue