Skip to content

Commit 25d9551

Browse files
lint
1 parent 08155b8 commit 25d9551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
def weather_tool_model():
2525
class WeatherRequest(BaseModel):
2626
"""Get weather for location."""
27+
2728
location: str
29+
2830
return WeatherRequest
2931

3032

0 commit comments

Comments
 (0)