Skip to content

Commit

Permalink
Removed unneccessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 17, 2016
1 parent ad4c506 commit 03daf46
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions geoviews/plotting/mpl/__init__.py
Expand Up @@ -6,16 +6,6 @@
from holoviews.core import (Store, HoloMap, Layout, Overlay,
CompositeOverlay, Element)
from holoviews.core import util
try:
from xarray import Dataset, DataArray
except:
Dataset, DataArray = None, None

try:
from iris.cube import Cube
import iris.plot as iplt
except:
Cube = None

from holoviews.core.options import SkipRendering, Options
from holoviews.plotting.mpl import (ElementPlot, ColorbarPlot, PointPlot,
Expand Down

0 comments on commit 03daf46

Please sign in to comment.