Skip to content

Commit b3fefbf

Browse files
committed
Format code
1 parent 87fbf70 commit b3fefbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-wrapper/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_color_nodes_iter_exhausted() -> None:
5757
with pytest.warns(
5858
UserWarning,
5959
match=(
60-
"Ran out of colors for property 'caption'. 3 colors were needed, but only 2 were given, " "so reused colors"
60+
"Ran out of colors for property 'caption'. 3 colors were needed, but only 2 were given, so reused colors"
6161
),
6262
):
6363
VG.color_nodes("caption", ["#000000", "#00FF00"])

0 commit comments

Comments
 (0)