Files
geMoldInsight/venv/lib/python3.11/site-packages/scipy/misc/__init__.py
T
2026-02-12 23:27:48 +08:00

7 lines
135 B
Python

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