Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tcappellari-bdai committed May 10, 2024
1 parent 7cd95aa commit 7483bef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spot_wrapper/spot_mission_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ def _load_mission(self, root: nodes_pb2.Node, leases=[], data_chunk_byte_size=No
resp = (False, f"The mission could not be validated: {e}")
return resp

def _load_mission_as_chunks(
self, root: nodes_pb2.Node, leases=[], data_chunk_byte_size: int = 1000 * 1000
):
def _load_mission_as_chunks(self, root: nodes_pb2.Node, leases=[], data_chunk_byte_size: int = 1000 * 1000):
"""Load a mission onto the robot.
Args:
root: Root node in a mission.
Expand Down

0 comments on commit 7483bef

Please sign in to comment.