Skip to content

Commit 628f5c6

Browse files
committed
chore: format code
1 parent 158a4c1 commit 628f5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ssspx/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def _write_mtx(path: Path, G: Graph) -> None:
117117
def _read_graphml(path: Path) -> Tuple[int, EdgeList]:
118118
"""
119119
Parse a GraphML file and extract the edge list.
120+
120121
Args:
121122
path (Path): Path to the GraphML file.
122123
Returns:

0 commit comments

Comments
 (0)