We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676dd1b commit 4c269bfCopy full SHA for 4c269bf
1 file changed
Lib/alifTools/sample/__init__.py
@@ -53,7 +53,7 @@ def union(self, other: "Rect") -> "Rect":
53
class TextRun(NamedTuple):
54
font: "Font"
55
features: Features
56
- location: str
+ location: Location
57
string: str
58
59
0 commit comments