Skip to content

Commit d43a67d

Browse files
committed
fixup! Add a placeholder for bokeh engine
1 parent 1ad5127 commit d43a67d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/plotting/_core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,8 +2475,7 @@ def __call__(self, kind='line', ax=None,
24752475
rot=None, fontsize=None, colormap=None, table=False,
24762476
yerr=None, xerr=None,
24772477
label=None, secondary_y=False, **kwds):
2478-
2479-
__call__.__doc__ = plot_series.__doc__
2478+
pass
24802479

24812480
def line(self, **kwds):
24822481
"""Line drawn using bokeh

0 commit comments

Comments
 (0)