Skip to content

Commit 2aeb279

Browse files
committed
fix make lint
1 parent 0ba711e commit 2aeb279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agents/models/chatcmpl_converter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from openai import Omit, omit
88
from openai.types.chat import (
99
ChatCompletionAssistantMessageParam,
10-
ChatCompletionContentPartInputAudioParam,
1110
ChatCompletionContentPartImageParam,
11+
ChatCompletionContentPartInputAudioParam,
1212
ChatCompletionContentPartParam,
1313
ChatCompletionContentPartTextParam,
1414
ChatCompletionDeveloperMessageParam,
@@ -28,10 +28,10 @@
2828
ResponseFileSearchToolCallParam,
2929
ResponseFunctionToolCall,
3030
ResponseFunctionToolCallParam,
31+
ResponseInputAudioParam,
3132
ResponseInputContentParam,
3233
ResponseInputFileParam,
3334
ResponseInputImageParam,
34-
ResponseInputAudioParam,
3535
ResponseInputTextParam,
3636
ResponseOutputMessage,
3737
ResponseOutputMessageParam,

0 commit comments

Comments
 (0)