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 3571921

Browse filesBrowse files
committed
Fix pep8 errors in the last commit.
1 parent 8ac2ba0 commit 3571921
Copy full SHA for 3571921

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-2
lines changed

‎lib/matplotlib/tests/test_cycles.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_cycles.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,11 @@ def test_invalid_input_forms():
159159
with assert_raises((TypeError, ValueError)):
160160
ax.set_prop_cycle('linewidth', 1)
161161
with assert_raises((TypeError, ValueError)):
162-
ax.set_prop_cycle('linewidth', {'1':1, '2':2})
162+
ax.set_prop_cycle('linewidth', {'1': 1, '2': 2})
163163
with assert_raises((TypeError, ValueError)):
164164
ax.set_prop_cycle(linewidth=1, color='r')
165165

166166

167-
168167
if __name__ == '__main__':
169168
import nose
170169
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.