Removed explicit io_plugin from test

This commit is contained in:
Steven Silvester
2012-12-10 20:38:42 -06:00
parent bb4f2b96df
commit 5444867fd0
-2
View File
@@ -5,9 +5,7 @@ from skimage import data
from skimage import exposure
from skimage.color import rgb2gray
from skimage.util.dtype import dtype_range
from skimage.io import use_plugin
use_plugin('matplotlib')
# Test histogram equalization
# ===========================