Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 36a6259 + 01c667d commit 7266008Copy full SHA for 7266008
1 file changed
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