Skip to content

Commit

Permalink
Merge pull request #23593 from QuLogic/fix-flake8
Browse files Browse the repository at this point in the history
STY: Fix whitespace error from new flake8
  • Loading branch information
tacaswell committed Aug 9, 2022
2 parents 952227e + 530457e commit 2f3abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_figure.py
Expand Up @@ -581,7 +581,7 @@ def test_invalid_layouts():
with pytest.warns(UserWarning):
# this should warn,
fig.subplots_adjust(top=0.8)
assert not(fig.get_constrained_layout())
assert not fig.get_constrained_layout()

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

0 comments on commit 2f3abfb

Please sign in to comment.