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

Skip to content

Commit 530457e

Browse files
committed
STY: Fix whitespace error from new flake8
This only occurs on `v3.5.x` because the test has been rewritten on `main`.
1 parent 952227e commit 530457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def test_invalid_layouts():
581581
with pytest.warns(UserWarning):
582582
# this should warn,
583583
fig.subplots_adjust(top=0.8)
584-
assert not(fig.get_constrained_layout())
584+
assert not fig.get_constrained_layout()
585585

586586
# Using layout + (tight|constrained)_layout warns, but the former takes
587587
# precedence.

0 commit comments

Comments
 (0)