book-generator-orgmode/venv/lib/python3.13/site-packages/scipy/misc/common.py
2025-08-30 18:14:14 +02:00

6 lines
142 B
Python

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