diff --git a/plotly/matplotlylib/mplexporter/tests/test_utils.py b/plotly/matplotlylib/mplexporter/tests/test_utils.py index 5659163084..1373dd4679 100644 --- a/plotly/matplotlylib/mplexporter/tests/test_utils.py +++ b/plotly/matplotlylib/mplexporter/tests/test_utils.py @@ -1,6 +1,6 @@ from numpy.testing import assert_allclose, assert_equal -from . import plt from .. import utils +import matplotlib.pyplot as plt def test_path_data():