Skip to content

Commit

Permalink
Fixed pre_moveto_config type
Browse files Browse the repository at this point in the history
  • Loading branch information
amalnanavati committed Aug 30, 2023
1 parent 3cc9273 commit 482d24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ada_feeding/ada_feeding/idioms/pre_moveto_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

def set_parameter_response_all_success(
blackboard_value: SetParameters.Response,
_: SetParameters.Request,
_: SetParameters.Response,
) -> bool:
"""
Checks that all the parameters were successfully set.
Expand Down

0 comments on commit 482d24b

Please sign in to comment.