Skip to content

Commit 7f2d297

Browse files
author
Marek Rudnicki
committed
pep8 error: too many blank lines in legend.py
1 parent b0b50d0 commit 7f2d297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ def __init__(self, parent, handles, labels,
356356
else:
357357
edgecolor = rcParams["legend.edgecolor"]
358358

359-
360359
self.legendPatch = FancyBboxPatch(
361360
xy=(0.0, 0.0), width=1., height=1.,
362361
facecolor=facecolor,

0 commit comments

Comments
 (0)