Skip to content

Commit f105176

Browse files
committed
remove unused variable iio
1 parent b6cab63 commit f105176

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pims/image_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def imread(*args, **kwargs): # Strip metadata for consistency.
1313
return np.asarray(iio.imread(*args, **kwargs))
1414
except ImportError:
1515
from skimage.io import imread
16-
iio = None
1716

1817
class ImageReader(FramesSequence):
1918
"""Reads a single image into a length-1 reader.

0 commit comments

Comments
 (0)