Skip to content

Commit ff34b4b

Browse files
Fixed linting
1 parent d7fd405 commit ff34b4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_arrow_patches.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def test_boxarrow_adjustment():
7373
size=fontsize,
7474
transform=fig.transFigure,
7575
rotation=angle,
76-
bbox=dict(boxstyle=stylename+f",head_width={(i + j) / 2},head_angle={angle}", fc="w", ec="k"))
76+
bbox=dict(boxstyle=stylename+\
77+
f",head_width={(i + j) / 2},head_angle={angle}",
78+
fc="w", ec="k"))
7779
angle = angle + angle_step
7880

7981

0 commit comments

Comments
 (0)