Skip to content

Commit c5d505c

Browse files
authored
delete the Arg docstring of list_graph (#188)
Signed-off-by: Yoshiki Obinata <mqcmd196@hotmail.co.jp>
1 parent 8e6ff4e commit c5d505c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

spot_wrapper/spot_graph_nav.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ def _init_current_graph_nav_state(self):
6262
self._current_anchors = {} # maps anchor id to anchor
6363

6464
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-
"""
65+
# List waypoint ids of graph_nav
6966
ids, eds = self._list_graph_waypoint_and_edge_ids()
7067

7168
return [v for _, v in sorted(ids.items(), key=lambda item: item[0])]

0 commit comments

Comments
 (0)