Files
geMoldInsight/venv/lib/python3.11/site-packages/scipy/misc/common.py
T

7 lines
142 B
Python
Raw Normal View History

2026-02-12 23:22:11 +08:00
import warnings
warnings.warn(
"scipy.misc.common is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)