Skip to content

Commit 28fe645

Browse files
committed
Remove trailing whitespace
1 parent f7d779b commit 28fe645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/07_image_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def main():
7878
image = Image(url=image_url)
7979
agent_run = await identify_city_from_image.run(
8080
ImageInput(image=image),
81-
)
81+
)
8282

8383
print("\n--------\nAgent output:\n", agent_run.output, "\n--------\n")
8484
print(f"Cost: ${agent_run.cost_usd:.10f}")

0 commit comments

Comments
 (0)