transform: Remove some leftovers in __all__

5c9d7af removed a bunch of deprecated functions, but forgot to remove
two more names from __all__.

Yes, I know * imports are a bad idea, but we have an internal app that
uses them. I've removed the * imports, but figured I might as well fix
upstream.
This commit is contained in:
Jasper St. Pierre
2014-09-03 17:54:19 -07:00
parent c4deb2eb62
commit acbee6b516
-2
View File
@@ -18,8 +18,6 @@ __all__ = ['hough_circle',
'hough_ellipse',
'hough_line',
'probabilistic_hough_line',
'probabilistic_hough',
'hough_peaks',
'hough_line_peaks',
'radon',
'iradon',