Skip to content

Commit

Permalink
Fixed flakes in top-level plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Apr 24, 2017
1 parent eaecf39 commit 0555858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion holoviews/plotting/comms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import uuid
import sys
import os
import traceback
try:
from StringIO import StringIO
Expand Down
1 change: 0 additions & 1 deletion holoviews/plotting/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from .. import Layout, HoloMap, AdjointLayout
from .widgets import NdWidget, ScrubberWidget, SelectionWidget

from .. import DynamicMap
from . import Plot
from .comms import JupyterComm
from .util import displayable, collate, initialize_dynamic
Expand Down
7 changes: 3 additions & 4 deletions holoviews/plotting/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
import param

from ..core import (HoloMap, DynamicMap, CompositeOverlay, Layout,
Overlay, GridSpace, NdLayout, Store, Dataset)
from ..core.spaces import get_nested_streams, Callable
from ..core.options import SkipRendering
Overlay, GridSpace, NdLayout, Store)
from ..core.spaces import get_nested_streams
from ..core.util import (match_spec, is_number, wrap_tuple, basestring,
get_overlay_spec, unique_iterator, unique_iterator)
get_overlay_spec, unique_iterator)
from ..streams import LinkedStream

def displayable(obj):
Expand Down

0 comments on commit 0555858

Please sign in to comment.