Skip to content

Commit 874506d

Browse files
authored
Merge pull request matplotlib#30674 from meeseeksmachine/auto-backport-of-pr-30672-on-v3.10.x
Backport PR matplotlib#30672 on branch v3.10.x (Use pathlib.Path instead of matplotlib.path.Path in text.pyi)
2 parents 1f3ab23 + a767593 commit 874506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ from .artist import Artist
22
from .backend_bases import RendererBase
33
from .font_manager import FontProperties
44
from .offsetbox import DraggableAnnotation
5-
from .path import Path
5+
from pathlib import Path
66
from .patches import FancyArrowPatch, FancyBboxPatch
77
from .textpath import ( # noqa: F401, reexported API
88
TextPath as TextPath,

0 commit comments

Comments
 (0)