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

Skip to content

Commit ab3dd1a

Browse files
authored
Fix undefined variable 'warnings'
1 parent 22cb2d4 commit ab3dd1a

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)