Skip to content

Commit 96f9c05

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

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
@@ -2567,7 +2567,7 @@ def _cancel_navigate_to(self) -> None:
25672567
self._navigate_to_valid = False
25682568

25692569
@try_claim
2570-
def _start_navigate_to(self, target_waypoint_id) -> typing.Tuple[bool, str, str]:
2570+
def _start_navigate_to(self, target_waypoint_id: str) -> typing.Tuple[bool, str, str]:
25712571
self._lease = self._lease_wallet.get_lease()
25722572
destination_waypoint = graph_nav_util.find_unique_waypoint_id(
25732573
target_waypoint_id,

0 commit comments

Comments
 (0)