fixed bad indent

This commit is contained in:
Adam Feuer
2014-07-25 07:10:50 -07:00
parent 32061fb66d
commit 4a0b99ad6f
+1 -1
View File
@@ -167,7 +167,7 @@ def test_imsave_filelike():
@skipif(not PIL_available)
def test_imexport_imimport():
shape = (2, 2)
shape = (2, 2)
image = np.zeros(shape)
pil_image = imexport(image)
out = imimport(pil_image)