remove unused import

This commit is contained in:
wilsaj
2012-07-24 23:07:44 -05:00
parent a31e0d9eeb
commit 7368332df9
-2
View File
@@ -1,8 +1,6 @@
__all__ = ['Image', 'imread', 'imread_collection', 'imsave', 'imshow', 'show',
'push', 'pop']
import base64
from skimage.io._plugins import call as call_plugin
from skimage.color import rgb2grey
import numpy as np