mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Add to public API.
This commit is contained in:
@@ -5,7 +5,7 @@ import sys
|
||||
from . import six
|
||||
|
||||
|
||||
__all__ = ['deprecated']
|
||||
__all__ = ['deprecated', 'get_bound_method_class']
|
||||
|
||||
|
||||
class deprecated(object):
|
||||
|
||||
Reference in New Issue
Block a user