Skip to content

Commit

Permalink
chore: fix typo in typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mszenfeld committed Dec 24, 2024
1 parent 8bea06a commit 29870a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pydantic_ai/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)

Content = Union[str, int, float, bool, dict[str, 'Content'], list['Content']]
XMLContent = Union[ET.Element | list['XMLContent']]
XMLContent = Union[ET.Element, list['XMLContent']]
Dialect = Literal['xml']


Expand Down

0 comments on commit 29870a6

Please sign in to comment.