removed trailing blank line in comment

This commit is contained in:
Adam Feuer
2014-08-09 10:37:11 -07:00
parent ef7da3be4a
commit 8494b8081a
-1
View File
@@ -39,7 +39,6 @@ def pil_to_ndarray(im, dtype=None):
----------
Refer to ``imread``.
"""
fp = im.fp if hasattr(im, 'fp') else None
if im.mode == 'P':