8000 Fix pep8 errors in the last commit. · matplotlib/matplotlib@3571921 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3571921

Browse files
committed
Fix pep8 errors in the last commit.
1 parent 8ac2ba0 commit 3571921

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_cycles.py

Lines 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