Skip to content

Commit fbbc9d6

Browse files
authored
Merge pull request #5322 from mgorny/plt-import
Fix broken import in `mplexporter` tests
2 parents d2af541 + ead0c76 commit fbbc9d6

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)