Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b8e5a2

Browse files
committed
MNT : fix typo in no-lint flag
1 parent 917efaa commit 0b8e5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_pylab_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def destroy_fig(cls, fig):
8686
def destroy_all(cls):
8787
# this is need to ensure that gc is available in corner cases
8888
# where modules are being torn down after install with easy_install
89-
import gc # nnqa
89+
import gc # noqa
9090
for manager in list(cls.figs.values()):
9191
manager.canvas.mpl_disconnect(manager._cidgcf)
9292
manager.destroy()

0 commit comments

Comments
 (0)