diff --git a/hvplot/tests/testplotting.py b/hvplot/tests/testplotting.py index e513a2a5e..bdf54b139 100644 --- a/hvplot/tests/testplotting.py +++ b/hvplot/tests/testplotting.py @@ -4,10 +4,14 @@ from unittest import TestCase +import pytest import pandas as pd from parameterized import parameterized +import holoviews as hv +from hvplot.plotting import plot +from hvplot.tests.util import makeDataFrame from hvplot.converter import HoloViewsConverter no_args = ['line', 'area', 'hist', 'box', 'kde', 'density', 'bar', 'barh']