Skip to content

Commit

Permalink
Small fix for bokeh widget import
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 26, 2017
1 parent bb15eee commit 16a6338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/renderer.py
Expand Up @@ -16,7 +16,7 @@
from ...core import Store, HoloMap
from ..comms import JupyterComm, Comm
from ..renderer import Renderer, MIME_TYPES
from .widgets import BokehScrubberWidget, BokehSelectionWidget
from .widgets import BokehScrubberWidget, BokehSelectionWidget, BokehServerWidgets
from .util import compute_static_patch, serialize_json


Expand Down

0 comments on commit 16a6338

Please sign in to comment.