Skip to content

Commit 122ec73

Browse files
committed
undo auto newline added by make format
1 parent a490e62 commit 122ec73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/basic/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def get_weather(city: Annotated[str, "The city to get the weather for"]) -> Weat
1818
print("[debug] get_weather called")
1919
return Weather(city=city, temperature_range="14-20C", conditions="Sunny with wind.")
2020

21-
2221
agent = Agent(
2322
name="Hello world",
2423
instructions="You are a helpful agent.",

0 commit comments

Comments
 (0)