__init__.py 135 B

123456
  1. import warnings
  2. warnings.warn(
  3. "scipy.misc is deprecated and will be removed in 2.0.0",
  4. DeprecationWarning,
  5. stacklevel=2
  6. )