We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3ab23 commit a767593Copy full SHA for a767593
lib/matplotlib/text.pyi
@@ -2,7 +2,7 @@ from .artist import Artist
2
from .backend_bases import RendererBase
3
from .font_manager import FontProperties
4
from .offsetbox import DraggableAnnotation
5
-from .path import Path
+from pathlib import Path
6
from .patches import FancyArrowPatch, FancyBboxPatch
7
from .textpath import ( # noqa: F401, reexported API
8
TextPath as TextPath,
0 commit comments