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

Skip to content

Commit a489dbf

Browse files
committed
Another style fix.
1 parent 968eec4 commit a489dbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/tests/test_colors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def gray_from_float_rgba():
204204
assert_raises(ValueError, gray_from_float_rgb)
205205
assert_raises(ValueError, gray_from_float_rgba)
206206

207+
207208
def test_light_source_shading_color_range():
208209
# see also
209210
#http://matplotlib.org/examples/pylab_examples/shading_example.html
@@ -232,6 +233,7 @@ def test_light_source_shading_color_range():
232233
plt.yticks([])
233234
plt.draw()
234235

236+
235237
if __name__ == '__main__':
236238
import nose
237239
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
 (0)