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

Skip to content

Commit bff7e12

Browse files
committed
Single extra space removed to placate PEP 8.
1 parent 748c759 commit bff7e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4259,7 +4259,7 @@ def test_shared_with_aspect():
42594259
box_aspect = p.height / p.width
42604260
lim_aspect = ax.viewLim.height / ax.viewLim.width
42614261
expected = fig_aspect * box_aspect / lim_aspect
4262-
assert round(expected, 4) == round(ax.get_aspect(), 4)
4262+
assert round(expected, 4) == round(ax.get_aspect(), 4)
42634263

42644264

42654265
def test_relim_visible_only():

0 commit comments

Comments
 (0)