Skip to content

Commit 4c269bf

Browse files
committed
Fix type hint
1 parent 676dd1b commit 4c269bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/alifTools/sample/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def union(self, other: "Rect") -> "Rect":
5353
class TextRun(NamedTuple):
5454
font: "Font"
5555
features: Features
56-
location: str
56+
location: Location
5757
string: str
5858

5959

0 commit comments

Comments
 (0)