Skip to content

Commit 622428a

Browse files
committed
Fix broken import in mplexporter tests
Fixes #5253 Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent 3d36c65 commit 622428a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/matplotlylib/mplexporter/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from numpy.testing import assert_allclose, assert_equal
2-
from . import plt
32
from .. import utils
3+
import matplotlib.pyplot as plt
44

55

66
def test_path_data():

0 commit comments

Comments
 (0)