mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Indentation fix
This commit is contained in:
committed by
Stefan van der Walt
parent
59842b34d8
commit
ad3939784c
@@ -153,7 +153,7 @@ class ImageCollection(object):
|
||||
"""
|
||||
|
||||
def __init__(self, load_pattern, conserve_memory=True, load_func=None,
|
||||
**load_func_kwargs):
|
||||
**load_func_kwargs):
|
||||
"""Load and manage a collection of images."""
|
||||
if isinstance(load_pattern, six.string_types):
|
||||
load_pattern = load_pattern.split(os.pathsep)
|
||||
|
||||
Reference in New Issue
Block a user