diff --git a/examples/reference/streams/plotly/Selection1D_points.ipynb b/examples/reference/streams/plotly/Selection1D_points.ipynb index db8cdcacde..c693853bfb 100644 --- a/examples/reference/streams/plotly/Selection1D_points.ipynb +++ b/examples/reference/streams/plotly/Selection1D_points.ipynb @@ -24,7 +24,6 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "from holoviews import opts\n", "from holoviews import streams\n", "hv.extension('plotly')" ] diff --git a/examples/user_guide/14-Data_Pipelines.ipynb b/examples/user_guide/14-Data_Pipelines.ipynb index 9f805b4e40..52a8ce435e 100644 --- a/examples/user_guide/14-Data_Pipelines.ipynb +++ b/examples/user_guide/14-Data_Pipelines.ipynb @@ -19,7 +19,6 @@ "from holoviews import opts\n", "from bokeh.sampledata import stocks\n", "from holoviews.operation.timeseries import rolling, rolling_outlier_std\n", - "from holoviews.streams import Stream\n", "\n", "hv.extension('bokeh')\n", "\n",