8000 Import MatplotlibDeprecationWarning from private module · matplotlib/matplotlib@3fea6b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fea6b8

Browse files
committed
Import MatplotlibDeprecationWarning from private module
1 parent b996fc7 commit 3fea6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from matplotlib.collections import (Collection, LineCollection,
1414
EventCollection, PolyCollection)
1515
from matplotlib.testing.decorators import check_figures_equal, image_comparison
16-
from matplotlib.cbook.deprecation import MatplotlibDeprecationWarning
16+
from matplotlib._api.deprecation import MatplotlibDeprecationWarning
1717

1818

1919
def generate_EventCollection_plot():

0 commit comments

Comments
 (0)
0