Skip to content

Commit 4741f5c

Browse files
committed
Fix format with black
1 parent 0116056 commit 4741f5c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spot_wrapper/wrapper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,9 @@ def _set_initial_localization_fiducial(self) -> None:
23522352
ko_tform_body=current_odom_tform_body,
23532353
)
23542354

2355-
def _set_initial_localization_waypoint(self, waypoint_id: str) -> typing.Tuple[bool, str]:
2355+
def _set_initial_localization_waypoint(
2356+
self, waypoint_id: str
2357+
) -> typing.Tuple[bool, str]:
23562358
"""Trigger localization to a waypoint.
23572359
23582360
Args:

0 commit comments

Comments
 (0)