team-10/env/Lib/site-packages/scipy/misc/common.py
2025-08-02 07:34:44 +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
)