Skip to content

Commit 75590c4

Browse files
committed
remove comment
1 parent 2880407 commit 75590c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tools/plotting.py

-2
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,6 @@ def _make_plot(self):
899899
ax = self._get_ax(i)
900900
style = self._get_style(i, label)
901901
kwds = self.kwds.copy()
902-
903-
# not sure if I need to return kwargs & set to kwds or is it pass by reference?
904902
self._maybe_add_color(kwds, style, i)
905903

906904
label = _stringify(label)

0 commit comments

Comments
 (0)