Skip to content

Commit dc6186f

Browse files
committed
FLAKE8
1 parent 47f0128 commit dc6186f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_constrained_layout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _make_layout_margins(ax, renderer, h_pad, w_pad):
276276
bbox = pos
277277
else:
278278
bbox = invTransFig(tightbbox)
279-
279+
280280
# this can go wrong:
281281
if not (np.isfinite(bbox.width) and np.isfinite(bbox.height)):
282282
# just abort, this is likely a bad set of co-ordinates that

0 commit comments

Comments
 (0)