Skip to content

Commit 68f2551

Browse files
authored
remove whitespace
1 parent 3feaabc commit 68f2551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/plotting/_core.py

-1
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,6 @@ def scatter(self, x, y, **kwargs):
16791679
... c='species',
16801680
... colormap='viridis')
16811681
"""
1682-
16831682
s = kwargs.pop('s', None)
16841683
size = kwargs.pop('size', None)
16851684
if s is not None and size is not None:

0 commit comments

Comments
 (0)