Skip to content

Commit d458576

Browse files
committed
Attempt lint fix, it didn't happen locally
1 parent 12e8430 commit d458576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/contrib/openai_agents/_invoke_model_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def make_tool(tool: ToolInput) -> Tool:
160160
raise UserError(f"Unknown tool type: {tool.name}")
161161

162162
tools = [make_tool(x) for x in input.get("tools", [])]
163-
handoffs = [
163+
handoffs: list[Handoff[Any]] = [
164164
Handoff(
165165
tool_name=x.tool_name,
166166
tool_description=x.tool_description,

0 commit comments

Comments
 (0)