Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2005f8

Browse files
Lightblueseasonsshi
andauthored
Remove duplicate entry from __init__.py (openai#897)
### Summary This PR fixes a duplicated line in `__init__.py` ### Checks - [x] I've added/updated the relevant documentation - [x] I've run `make lint` and `make format` Co-authored-by: easonsshi <[email protected]>
1 parent 7665dd1 commit c2005f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agents/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def enable_verbose_stdout_logging():
206206
"ToolCallItem",
207207
"ToolCallOutputItem",
208208
"ReasoningItem",
209-
"ModelResponse",
210209
"ItemHelpers",
211210
"RunHooks",
212211
"AgentHooks",

0 commit comments

Comments
 (0)