Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-Eaaa committed Oct 9, 2024
1 parent ee14ff0 commit 2617980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/learning/gs_graph_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _get_edge_index(self, edge_attr: EdgeAttr) -> Optional[EdgeTensorType]:
Args:
edge_attr(`EdgeAttr`): Uniquely corresponds to a topology of subgraph .
Returns:
edge_index(`EdgeTensorType`): The edge index tensor, which is a :class:`tuple` of\
(row indice tensor, column indice tensor)(COO)\
Expand Down

0 comments on commit 2617980

Please sign in to comment.