Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faa9ec1

Browse files
committed
TST : hot-fix missing import on test_text.py
1 parent bd1a68a commit faa9ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import numpy as np
88
from numpy.testing import assert_almost_equal
99
from nose.tools import eq_, assert_raises
10+
from nose.plugins.skip import SkipTest
1011

1112
from matplotlib.transforms import Bbox
1213
import matplotlib

0 commit comments

Comments
 (0)