Skip to content

Commit 5a736f3

Browse files
committed
Re-export textpath types in text
The former location was deprecated in 3.7, and accidentally removed earlier during some cleanup.
1 parent f0f1339 commit 5a736f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/text.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ from .font_manager import FontProperties
44
from .offsetbox import DraggableAnnotation
55
from .path import Path
66
from .patches import FancyArrowPatch, FancyBboxPatch
7+
from .textpath import ( # noqa: reexported API
8+
TextPath as TextPath,
9+
TextToPath as TextToPath,
10+
)
711
from .transforms import (
812
Bbox,
913
BboxBase,

0 commit comments

Comments
 (0)