Skip to content

Commit

Permalink
cleanup: Func return type
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Dec 28, 2024
1 parent ef17a0e commit af3a829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def fillSliderJointMotion(sliderMotion: adsk.fusion.SliderJointMotion, proto_joi
dof.value = sliderMotion.slideValue


def fillBallJointMotion(ballMotion: adsk.fusion.BallJointMotion, proto_joint: joint_pb2.Joint):
def fillBallJointMotion(ballMotion: adsk.fusion.BallJointMotion, proto_joint: joint_pb2.Joint) -> None:
"""#### Fill Protobuf ball joint motion data
Args:
Expand Down

0 comments on commit af3a829

Please sign in to comment.