8000 Merge pull request #9439 from cgohlke/patch-10 · matplotlib/matplotlib@7faf950 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7faf950

Browse files
authored
Merge pull request #9439 from cgohlke/patch-10
Fix undefined variable 'warnings'
2 parents f768a57 + ab3dd1a commit 7faf950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/collections.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
from __future__ import (absolute_import, division, print_function,
1212
unicode_literals)
1313

14+
import warnings
15+
1416
import six
1517
from six.moves import zip
1618
try:

0 commit comments

Comments
 (0)
0