Remove unused deprecation warning

This commit is contained in:
Juan Nunez-Iglesias
2015-01-22 11:38:36 +11:00
parent 32a960db0d
commit 9c78fce4cd
-1
View File
@@ -3,7 +3,6 @@ from scipy import ndimage as nd
from ..morphology import dilation, erosion, square
from ..util import img_as_float
from ..color import gray2rgb
from .._shared.utils import deprecated
def find_boundaries(label_img, connectivity=1, mode='thick', background=0):