Skip to content

Commit 8b5ee3d

Browse files
IsaacCheng9github-actions[bot]
authored andcommitted
Format Python code with Ruff
1 parent c76bf73 commit 8b5ee3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_boruvka.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def test_mst(setup_graph: Graph):
7575
]
7676

7777
assert mst_weight == expected_weight, "MST weight does not match expected value"
78-
assert sorted(mst_edges) == sorted(
79-
expected_edges
80-
), "MST edges do not match expected edges"
78+
assert sorted(mst_edges) == sorted(expected_edges), (
79+
"MST edges do not match expected edges"
80+
)
8181

8282

8383
def test_graph_initialization():

0 commit comments

Comments
 (0)