We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c34bf1 commit 4f94871Copy full SHA for 4f94871
tests/test_tabi.py
@@ -57,7 +57,7 @@ class MyTableRow(TypedDict, total=False):
57
active: Required[bool]
58
""" Required property """
59
60
- optional: Dict[str, Any]
+ optional: dict[str, Any]
61
62
63
0 commit comments