Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Sep 1, 2019
1 parent 9242fe0 commit 5dd67b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/reference/streams/plotly/Selection1D_points.ipynb
Expand Up @@ -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')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/user_guide/14-Data_Pipelines.ipynb
Expand Up @@ -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",
Expand Down

0 comments on commit 5dd67b5

Please sign in to comment.