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

Skip to content

Commit 06c8a76

Browse files
committed
Corrected flake8 formatting warnings.
1 parent 39e1899 commit 06c8a76

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
@@ -4666,8 +4666,7 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
46664666
edgecolors = kwcolor
46674667
if facecolors is None:
46684668
facecolors = kwcolor
4669-
4670-
4669+
46714670
if edgecolors is None and not mpl.rcParams['_internal.classic_mode']:
46724671
edgecolors = mpl.rcParams['scatter.edgecolors']
46734672

0 commit comments

Comments
 (0)
0