8000 Merge pull request #5024 from OceanWolf/MEP22-warnings · matplotlib/matplotlib@6c8c05d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c8c05d

Browse files
committed
Merge pull request #5024 from OceanWolf/MEP22-warnings
FIX
2 parents b5eb974 + a380fa7 commit 6c8c05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backend_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from weakref import WeakKeyDictionary
1919
import numpy as np
2020
from matplotlib.externals import six
21+
import warnings
2122

2223

2324
class Cursors(object):

0 commit comments

Comments
 (0)
0