Files
Info_edupage/.venv/lib/python3.9/site-packages/matplotlib/cbook/deprecation.py
Untriex Programming 6544d16770 Revert "Delete .venv directory"
This reverts commit 5a2693bd9f.
2021-08-31 22:26:50 +02:00

9 lines
357 B
Python

# imports are for backward compatibility
from matplotlib._api.deprecation import (
MatplotlibDeprecationWarning, mplDeprecation, warn_deprecated, deprecated)
warn_deprecated("3.4",
message="The module matplotlib.cbook.deprecation is "
"considered internal and it will be made private in the "
"future.")