Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Dec 30, 2024
1 parent 1765920 commit ec8ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/v1/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ def test_typed_dict_recursive():

class TD(TypedDict):
key_one: str
key_two: 'TD | None'
key_two: Union['TD', None]
key_three: NotRequired[dict[int, list['TD']]]
key_four: NotRequired[list['TD']]

Expand Down

0 comments on commit ec8ea2f

Please sign in to comment.