-
-
Notifications
You must be signed in to change notification settings - Fork 10
[DOC] Missing type annotation for assemble_paths #290
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Terms
Describe the issue
Apparently, the type annotations are not displayed for
assemble_paths, which is kind of problematic since the expected parameters' shape is not trivial to guess...For reference, here is a function with working type annotation in the docs:
Affected page(s)
Issue type
Something is missing
Recommended fix or suggestions
This might be caused to the
@no_type_checkdecorator, but needs further investigation.