You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the _fully qualified name_ because __matplotlib__ is currently imported but __matplotlib.cbook__ is not.
flake8 testing of https://github.com/matplotlib/matplotlib on Python 3.6.3
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./lib/matplotlib/sphinxext/plot_directive.py:341:5: F821 undefined name 'cbook'
cbook.warn_deprecated('3.0', name='remove_coding', removal='3.1')
^
1 F821 undefined name 'cbook'
1
```
0 commit comments