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

Skip to content

Commit 0a64840

Browse files
committed
Missing import for SkipTest.
1 parent ade114f commit 0a64840

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/tests/test_style.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
import tempfile
88
from contextlib import contextmanager
99

10+
from nose import SkipTest
11+
from nose.tools import assert_raises
12+
1013
import matplotlib as mpl
1114
from matplotlib import style
1215
from matplotlib.style.core import USER_LIBRARY_PATHS, STYLE_EXTENSION
1316

1417
import six
1518

16-
from nose.tools import assert_raises
17-
1819
PARAM = 'image.cmap'
1920
VALUE = 'pink'
2021
DUMMY_SETTINGS = {PARAM: VALUE}

0 commit comments

Comments
 (0)