Skip to content

Commit

Permalink
TST : hot-fix missing import on test_text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Feb 2, 2015
1 parent bd1a68a commit faa9ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/tests/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import numpy as np
from numpy.testing import assert_almost_equal
from nose.tools import eq_, assert_raises
from nose.plugins.skip import SkipTest

from matplotlib.transforms import Bbox
import matplotlib
Expand Down

0 comments on commit faa9ec1

Please sign in to comment.