We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6ff4e commit c5d505cCopy full SHA for c5d505c
1 file changed
spot_wrapper/spot_graph_nav.py
@@ -62,10 +62,7 @@ def _init_current_graph_nav_state(self):
62
self._current_anchors = {} # maps anchor id to anchor
63
64
def list_graph(self) -> typing.List[str]:
65
- """List waypoint ids of graph_nav
66
- Args:
67
- upload_path : Path to the root directory of the map.
68
- """
+ # List waypoint ids of graph_nav
69
ids, eds = self._list_graph_waypoint_and_edge_ids()
70
71
return [v for _, v in sorted(ids.items(), key=lambda item: item[0])]
0 commit comments