Is there an existing issue for this?
Current Behavior:
Calling:
ayon_api.get_project_roots_by_site_id(get_current_project_name())
will return just dict[str, str] like:
but the docstring states that the return value is dict[str, dict[str ,str]]
Expected Behavior:
Docstring should reflect real state otherwise IDEs will show wrong type hints.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Look at the function docstring
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response
Is there an existing issue for this?
Current Behavior:
Calling:
will return just
dict[str, str]like:{'work': 'C:/projects'}but the docstring states that the return value is
dict[str, dict[str ,str]]Expected Behavior:
Docstring should reflect real state otherwise IDEs will show wrong type hints.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Look at the function docstring
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response