Skip to content

Commit

Permalink
flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
poplarShift committed Mar 30, 2020
1 parent ece89e8 commit e6ed80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions holoviews/plotting/mpl/plot.py
Expand Up @@ -20,8 +20,7 @@
from ..plot import (DimensionedPlot, GenericLayoutPlot, GenericCompositePlot,
GenericElementPlot, GenericAdjointLayoutPlot)
from ..util import attach_streams, collate, displayable
from .util import (compute_ratios, fix_aspect, mpl_version,
get_non_deprecated_rcparams)
from .util import compute_ratios, fix_aspect, get_non_deprecated_rcparams


@contextmanager
Expand Down
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/renderer.py
Expand Up @@ -18,7 +18,7 @@
from ...core import HoloMap
from ...core.options import Store
from ..renderer import Renderer, MIME_TYPES, HTML_TAGS
from .util import get_tight_bbox, mpl_version, get_non_deprecated_rcparams
from .util import get_tight_bbox, get_non_deprecated_rcparams

class OutputWarning(param.Parameterized):pass
outputwarning = OutputWarning(name='Warning')
Expand Down

0 comments on commit e6ed80d

Please sign in to comment.