Remove offending line

This commit is contained in:
Steven Silvester
2015-07-14 07:44:34 -05:00
parent 7720527c95
commit f1471dfd72
-1
View File
@@ -168,7 +168,6 @@ def test_imsave_filelike():
s.seek(0)
im = Image.open(s)
out = pil_to_ndarray(im)
out = imread(s)
assert out.shape == shape
assert_allclose(out, image)