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

Skip to content

Commit 7997f4d

Browse files
authored
Remove unnecessarily copied comment in test
copy/pasted but didn't get rid of non-applicable comment
1 parent 504f619 commit 7997f4d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/matplotlib/tests/test_legend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,4 @@ def test_no_warn_big_data_when_loc_specified():
589589
with pytest.warns(None) as records:
590590
l = ax.legend('best')
591591
fig.canvas.draw()
592-
# The _find_best_position method of Legend is called twice, duplicating
593-
# the warning message.
594592
assert len(records) == 0

0 commit comments

Comments
 (0)