mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Move all_warnings to skimage._shared.utils
This commit is contained in:
@@ -4,8 +4,9 @@ import sys
|
||||
|
||||
import six
|
||||
|
||||
from ._warnings import all_warnings
|
||||
|
||||
__all__ = ['deprecated', 'get_bound_method_class']
|
||||
__all__ = ['deprecated', 'get_bound_method_class', 'all_warnings']
|
||||
|
||||
|
||||
class skimage_deprecation(Warning):
|
||||
|
||||
Reference in New Issue
Block a user