Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 8, 2017
1 parent 69a9793 commit 125c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import param

from ..core import (HoloMap, DynamicMap, CompositeOverlay, Layout,
GridSpace, NdLayout, Store, Dataset)
Overlay, GridSpace, NdLayout, Store, Dataset)
from ..core.spaces import get_nested_streams
from ..core.util import (match_spec, is_number, wrap_tuple, basestring, pd,
get_overlay_spec, unique_iterator, safe_unicode, is_nan)
Expand Down

0 comments on commit 125c2a4

Please sign in to comment.