Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 569c4f5

Browse files
committed
Added blank line in test_legend.py at EOF for pep8 compliance
1 parent a030a8d commit 569c4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,4 @@ def test_shadow_framealpha():
367367
fig, ax = plt.subplots()
368368
ax.plot(range(100), label="test")
369369
leg = ax.legend(shadow=True, facecolor='w')
370-
assert leg.get_frame().get_alpha() == 1
370+
assert leg.get_frame().get_alpha() == 1

0 commit comments

Comments
 (0)