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

Skip to content

Commit c8adaa7

Browse files
robmarkcoletacaswell
authored andcommitted
fix lints
1 parent 932fac8 commit c8adaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def test_line_in_autoscale_false():
581581
ax.plot([0, 1, 2, 3], in_autoscale=False)
582582
ax.margins(0)
583583
ax.autoscale_view()
584-
assert ax.get_xlim() == ax.get_ylim() == (0, 1) # The default limits.
584+
assert ax.get_xlim() == ax.get_ylim() == (0, 1) # The default limits.
585585

586586
def test_patch_in_autoscale_true():
587587
# test autoscale is performed when in_autoscale=True for a patch.

0 commit comments

Comments
 (0)