team-10/env/Lib/site-packages/scipy/misc/__init__.py

7 lines
135 B
Python
Raw Permalink Normal View History

2025-08-02 07:34:44 +02:00
import warnings
warnings.warn(
"scipy.misc is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)