diff --git a/skimage/_shared/utils.py b/skimage/_shared/utils.py index 5e2f7785..ea631716 100644 --- a/skimage/_shared/utils.py +++ b/skimage/_shared/utils.py @@ -5,7 +5,7 @@ import sys from . import six -__all__ = ['deprecated', 'cached_property', 'get_bound_method_class'] +__all__ = ['deprecated', 'get_bound_method_class'] class deprecated(object):