Skip to content

Commit d1b46df

Browse files
author
ojeda-e
committed
Fixed flake8
1 parent 3f8e2ff commit d1b46df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_lines.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,4 @@ def test_markevery_prop_cycle(fig_test, fig_ref):
367367

368368
ax = fig_test.add_subplot()
369369
for i, _ in enumerate(cases):
370-
ax.plot(y - i, 'o-')
371-
370+
ax.plot(y - i, 'o-')

0 commit comments

Comments
 (0)