Skip to content

Commit 247833c

Browse files
committed
lint
1 parent c2c13ff commit 247833c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_figure.py

+1
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,7 @@ def test_warn_colorbar_mismatch():
17071707
with pytest.warns(UserWarning, match="different Figure"):
17081708
subfig3_1.colorbar(im4_1)
17091709

1710+
17101711
def test_clf_subplotpars():
17111712
keys = ('left', 'right', 'bottom', 'top', 'wspace', 'hspace')
17121713
rc_params = {key: plt.rcParams['figure.subplot.'+key] for key in keys}

0 commit comments

Comments
 (0)