Skip to content

Commit fb0afb1

Browse files
committed
Add a missing blank line (PEP8)
1 parent 1c56783 commit fb0afb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,6 +2885,7 @@ def test_eventplot_colors():
28852885
for ax in axs.flat:
28862886
ax.set_xlim(-0.1, 3.1) # avoid having some events on the axes edges
28872887

2888+
28882889
@image_comparison(baseline_images=['test_eventplot_problem_kwargs'],
28892890
extensions=['png'], remove_text=True)
28902891
def test_eventplot_problem_kwargs():

0 commit comments

Comments
 (0)