Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Aug 14, 2024
1 parent d52c490 commit dce6dd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def test_labels_to_indices():


def test_merge_partitions_empty_list():
with pytest.raises(ValueError, message="Received empty partitions list, cannot be merged."):
with pytest.raises(
ValueError, message="Received empty partitions list, cannot be merged."
):
xu.merge_partitions([])


Expand Down

0 comments on commit dce6dd7

Please sign in to comment.