Skip to content

Commit

Permalink
Fix another return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Dec 30, 2024
1 parent 97f814f commit b5b839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adam/model/conversions/idyntree.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def to_idyntree_solid_shape(

def to_idyntree_link(
link: Link,
) -> [idyntree.bindings.Link, list[idyntree.bindings.SolidShape]]:
) -> tuple[idyntree.bindings.Link, list[idyntree.bindings.SolidShape]]:
"""
Args:
link (Link): the link to convert
Expand Down

0 comments on commit b5b839b

Please sign in to comment.