Skip to content

Commit 27ca658

Browse files
committed
Satisfy linter
1 parent c47e707 commit 27ca658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_temporal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ async def test_temporal_agent_with_hitl_tool(allow_model_requests: None, client:
17311731

17321732

17331733
@model_retry_agent.tool_plain
1734-
def get_weather(city: str) -> str:
1734+
def get_weather_in_city(city: str) -> str:
17351735
if city != 'Mexico City':
17361736
raise ModelRetry('Did you mean Mexico City?')
17371737
return 'sunny'

0 commit comments

Comments
 (0)