Skip to content

Commit 61c4ba4

Browse files
Add typing to _start_navigation_to() in wrapper.py
Co-authored-by: Michal Staniaszek <m.staniaszek@gmail.com>
1 parent f240fc9 commit 61c4ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spot_wrapper/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ def _cancel_navigate_to(self) -> None:
25082508
self._navigate_to_valid = False
25092509

25102510
@try_claim
2511-
def _start_navigate_to(self, target_waypoint_id) -> typing.Tuple[bool, str, str]:
2511+
def _start_navigate_to(self, target_waypoint_id: str) -> typing.Tuple[bool, str, str]:
25122512
self._lease = self._lease_wallet.get_lease()
25132513
destination_waypoint = graph_nav_util.find_unique_waypoint_id(
25142514
target_waypoint_id,

0 commit comments

Comments
 (0)