Skip to content

Commit 77411c4

Browse files
committed
Remove unused import
1 parent f103980 commit 77411c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/agent_support/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from openai import OpenAI
77
from openai.types.responses import EasyInputMessageParam, Response, ResponseFunctionToolCallParam, \
88
ResponseFunctionToolCall
9-
from openai.types.responses.response_input_param import Message, ResponseInputParam, FunctionCallOutput
9+
from openai.types.responses.response_input_param import ResponseInputParam, FunctionCallOutput
1010

1111
from discovery.agent_support.tool import Tool
1212

0 commit comments

Comments
 (0)