Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 16, 2019
1 parent 2ff83ab commit 1a383bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from ..links import Link
from ..plot import (
DimensionedPlot, GenericCompositePlot, GenericLayoutPlot,
GenericElementPlot, GenericOverlayPlot, GenericAdjointLayoutPlot
GenericElementPlot, GenericOverlayPlot, GenericAdjointLayoutPlot,
CallbackPlot
)
from ..util import attach_streams, displayable, collate
Expand Down

0 comments on commit 1a383bf

Please sign in to comment.