Skip to content

Commit 600425c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17bd754 commit 600425c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphs/blossom_algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def maximum_matching_blossom(graph: List[List[int]]) -> List[tuple[int, int]]:
147147
"""
148148
blossom = BlossomAlgorithm(graph)
149149
blossom.maximum_matching()
150-
return blossom.get_matching_edges()
150+
return blossom.get_matching_edges()

0 commit comments

Comments
 (0)