8000 Corrected flake8 formatting warnings. · matplotlib/matplotlib@f1966c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1966c2

Browse files
committed
Corrected flake8 formatting warnings.
1 parent 5a26bb9 commit f1966c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4613,8 +4613,7 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
46134613
edgecolors = kwcolor
46144614
if facecolors is None:
46154615
facecolors = kwcolor
4616-
4617-
4616+
46184617
if edgecolors is None and not mpl.rcParams['_internal.classic_mode']:
46194618
edgecolors = mpl.rcParams['scatter.edgecolors']
46204619

0 commit comments

Comments
 (0)
0