Skip to content

Commit 5e9b713

Browse files
committed
trim whitespace in messages.py docstring
1 parent 0d0e8a4 commit 5e9b713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class FileUrl(ABC):
113113
If you're passing the `FileUrl` as a user message, it's up to you to include a separate text part with the identifier,
114114
e.g. "This is file <identifier>:" preceding the `FileUrl`.
115115
"""
116-
116+
117117
_: KW_ONLY
118118

119119
force_download: bool = False

0 commit comments

Comments
 (0)