Skip to content

Remove duplicate entry from __init__.py #897

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged

Conversation

Lightblues
Copy link
Contributor

Summary

This PR fixes a duplicated line in __init__.py

Checks

  • I've added/updated the relevant documentation
  • I've run make lint and make format

@@ -206,7 +206,6 @@ def enable_verbose_stdout_logging():
"ToolCallItem",
"ToolCallOutputItem",
"ReasoningItem",
"ModelResponse",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, this entry is included twice. LGTM

@seratch seratch added bug Something isn't working documentation Improvements or additions to documentation feature:core labels Jun 25, 2025
@seratch seratch changed the title Fix typo in __init__.py Remove duplicate entry from __init__.py Jun 25, 2025
@rm-openai rm-openai merged commit c2005f8 into openai:main Jun 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation feature:core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants