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

Skip to content

Commit 4d1bbb1

Browse files
authored
Fix PEP8
1 parent c0082cf commit 4d1bbb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2305,7 +2305,6 @@ def get_tightbbox(self, renderer, bbox_extra_artists=None):
23052305
bbox = ax.get_tightbbox(renderer)
23062306
bb.append(bbox)
23072307

2308-
23092308
if len(bb) == 0:
23102309
return self.bbox_inches
23112310

0 commit comments

Comments
 (0)