Skip to content

Commit 3f99f19

Browse files
committed
Fix format with black
1 parent a4c8bc3 commit 3f99f19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spot_wrapper/wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,8 +1730,7 @@ def set_localization_waypoint(self, waypoint_id: str) -> typing.Tuple[bool, str]
17301730
return False, f"Error: {e}"
17311731

17321732
def cancel_navigation(self) -> None:
1733-
"""Cancel navigation of a robot from start_navigation()
1734-
"""
1733+
"""Cancel navigation of a robot from start_navigation()"""
17351734
self._cancel_navigate_to()
17361735

17371736
@try_claim

0 commit comments

Comments
 (0)