Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade114f commit 0a64840Copy full SHA for 0a64840
1 file changed
lib/matplotlib/tests/test_style.py
@@ -7,14 +7,15 @@
7
import tempfile
8
from contextlib import contextmanager
9
10
+from nose import SkipTest
11
+from nose.tools import assert_raises
12
+
13
import matplotlib as mpl
14
from matplotlib import style
15
from matplotlib.style.core import USER_LIBRARY_PATHS, STYLE_EXTENSION
16
17
import six
18
-from nose.tools import assert_raises
-
19
PARAM = 'image.cmap'
20
VALUE = 'pink'
21
DUMMY_SETTINGS = {PARAM: VALUE}
0 commit comments