Skip to content

Commit 4f94871

Browse files
committed
Reverted type change
1 parent 0c34bf1 commit 4f94871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tabi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class MyTableRow(TypedDict, total=False):
5757
active: Required[bool]
5858
""" Required property """
5959
60-
optional: Dict[str, Any]
60+
optional: dict[str, Any]
6161
6262
6363

0 commit comments

Comments
 (0)