Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a64840

Browse filesBrowse files
committed
Missing import for SkipTest.
1 parent ade114f commit 0a64840
Copy full SHA for 0a64840

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎lib/matplotlib/tests/test_style.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_style.py
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.