mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 17:40:29 +08:00
removed trailing blank line in comment
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user