Skip to content

Commit d07b90a

Browse files
committed
ruff-format fix
1 parent f41e6c5 commit d07b90a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmasher/tests/test_utils.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ def test_invalid_nodes_types(self):
152152
def test_cmaps_nodes_length_mismatch(self, cmaps, nodes):
153153
with pytest.raises(
154154
ValueError,
155-
match=(
156-
"Number of nodes should be one less than the number of colormaps."
157-
),
155+
match=("Number of nodes should be one less than the number of colormaps."),
158156
):
159157
combine_cmaps(*cmaps, nodes=nodes)
160158

0 commit comments

Comments
 (0)