mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
Remove unused deprecation warning
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user