Skip to content

Commit

Permalink
Removed unused imports (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball authored and philippjfr committed May 17, 2018
1 parent 9373fe4 commit 2c7b797
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/gallery/matplotlib/filled_contours.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"import geoviews as gv\n",
"import geoviews.feature as gf\n",
"import cartopy.crs as ccrs\n",
Expand Down
2 changes: 0 additions & 2 deletions examples/user_guide/Working_with_Bokeh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"import geoviews as gv\n",
"import geoviews.feature as gf\n",
"\n",
"from cartopy import crs as ccrs\n",
"\n",
"gv.extension('bokeh')"
]
},
Expand Down

0 comments on commit 2c7b797

Please sign in to comment.