Skip to content

Commit

Permalink
Remove explicit call to use_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 11, 2015
1 parent b479eab commit 0491326
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skimage/io/tests/test_multi_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from numpy.testing import assert_raises, assert_equal, assert_allclose

from skimage import data_dir
from skimage.io import use_plugin
from skimage.io.collection import MultiImage, ImageCollection

import six
Expand All @@ -15,7 +14,6 @@ class TestMultiImage():
def setUp(self):
# This multipage TIF file was created with imagemagick:
# convert im1.tif im2.tif -adjoin multipage.tif
use_plugin('pil')
paths = [os.path.join(data_dir, 'multipage_rgb.tif'),
os.path.join(data_dir, 'no_time_for_that.gif')]
self.imgs = [MultiImage(paths[0]),
Expand Down

0 comments on commit 0491326

Please sign in to comment.