Files

7 lines
142 B
Python
Raw Permalink Normal View History

import warnings
warnings.warn(
"scipy.misc.doccer is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)