group-wbl/.venv/lib/python3.13/site-packages/scipy/misc/__init__.py

7 lines
135 B
Python
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
import warnings
warnings.warn(
"scipy.misc is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)