Skip to content

Commit 2f3abfb

Browse files
authored
Merge pull request #23593 from QuLogic/fix-flake8
STY: Fix whitespace error from new flake8
2 parents 952227e + 530457e commit 2f3abfb

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)