Files
2026-01-17 21:21:30 +08:00

7 lines
148 B
Python

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