Skip to content

Commit 992c6d1

Browse files
authored
docs: remove unnecessary variable in code example (#984)
1 parent e4e4c3e commit 992c6d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/input.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ If you have a direct URL for the image, you can use [`ImageUrl`][pydantic_ai.Ima
1212
```py {title="main.py" test="skip" lint="skip"}
1313
from pydantic_ai import Agent, ImageUrl
1414

15-
image_url = ImageUrl(url='https://iili.io/3Hs4FMg.png')
16-
1715
agent = Agent(model='openai:gpt-4o')
1816
result = agent.run_sync(
1917
[

0 commit comments

Comments
 (0)