Skip to content

Commit 442cfbe

Browse files
committed
formatting
Signed-off-by: Vincent Koppen <vincent.koppen@alliander.com>
1 parent 6c677b7 commit 442cfbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/model/graphs/test_graph_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def test_adjacent_no_neighbours(self, graph_with_2_routes):
170170
[
171171
pytest.param({2}, [5], id="exlude 2"),
172172
pytest.param({}, [2, 5], id="empty exclude"),
173-
pytest.param({4}, [2,5], id="exclude irrelevant node"),
174-
pytest.param([2 , 5], [], id="exclude all (as list)"),
173+
pytest.param({4}, [2, 5], id="exclude irrelevant node"),
174+
pytest.param([2, 5], [], id="exclude all (as list)"),
175175
],
176176
)
177177
def test_adjacent_with_excluding(self, graph_with_2_routes, excluding, neighbours):

0 commit comments

Comments
 (0)