remove gitignore
This commit is contained in:
6
.venv/lib/python3.10/site-packages/scipy/misc/common.py
Normal file
6
.venv/lib/python3.10/site-packages/scipy/misc/common.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import warnings
|
||||
warnings.warn(
|
||||
"scipy.misc.common is deprecated and will be removed in 2.0.0",
|
||||
DeprecationWarning,
|
||||
stacklevel=2
|
||||
)
|
||||
Reference in New Issue
Block a user