remove docstring

This commit is contained in:
François Boulogne
2013-03-20 18:30:52 +01:00
parent 30af0a66a2
commit 4e0db80c24
-3
View File
@@ -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