8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277c4e commit 6511650Copy full SHA for 6511650
lib/matplotlib/mpl.py
@@ -1,8 +1,8 @@
1
import warnings
2
-from matplotlib import MatplotlibDeprecationWarning as mDeprecation
+from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
3
warnings.warn(
4
"matplotlib.mpl is deprecated and will be removed in the next release."
5
- "Please use `import matplotlib as mpl` instead", mDeprecation)
+ "Please use `import matplotlib as mpl` instead", mplDeprecation)
6
from matplotlib import artist
7
from matplotlib import axis
8
from matplotlib import axes
0 commit comments