FIX: Removed unused dependency

This commit is contained in:
spotter
2013-03-01 12:17:15 +01:00
parent 3e6e690590
commit 85b1795cdb
-1
View File
@@ -54,7 +54,6 @@ __docformat__ = "restructuredtext en"
import numpy as np
from scipy import linalg
from ..util import dtype
from deconvolution import deconvolveHDAB as deconvolve
def is_rgb(image):
"""Test whether the image is RGB or RGBA.