mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
FIX: Removed unused dependency
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user