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.
2 parents 793e52a + 0b8e5a2 commit ee086deCopy full SHA for ee086de
lib/matplotlib/_pylab_helpers.py
@@ -86,7 +86,7 @@ def destroy_fig(cls, fig):
86
def destroy_all(cls):
87
# this is need to ensure that gc is available in corner cases
88
# where modules are being torn down after install with easy_install
89
- import gc # nnqa
+ import gc # noqa
90
for manager in list(cls.figs.values()):
91
manager.canvas.mpl_disconnect(manager._cidgcf)
92
manager.destroy()
0 commit comments