mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 16:32:32 +08:00
remove docstring
This commit is contained in:
@@ -100,9 +100,6 @@ from skimage._shared.utils import deprecated
|
||||
|
||||
@deprecated('hough_line')
|
||||
def hough(img, theta=None):
|
||||
"""
|
||||
This function is deprecated. Use `hough_line` instead.
|
||||
"""
|
||||
return hough_line(img, theta)
|
||||
|
||||
from ._hough_transform import _hough_circle
|
||||
|
||||
Reference in New Issue
Block a user