Skip to content

Commit

Permalink
chore(internal): minor reformatting (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 26, 2024
1 parent 2ad0c3b commit 7003dbb
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/openai/types/audio/transcription.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["Transcription"]
Expand Down
2 changes: 2 additions & 0 deletions src/openai/types/audio/translation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["Translation"]
Expand Down
2 changes: 2 additions & 0 deletions src/openai/types/batch_request_counts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .._models import BaseModel

__all__ = ["BatchRequestCounts"]
Expand Down
2 changes: 2 additions & 0 deletions src/openai/types/beta/assistant_tool_choice_function.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["AssistantToolChoiceFunction"]
Expand Down
2 changes: 2 additions & 0 deletions src/openai/types/beta/threads/image_file.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["ImageFile"]
Expand Down
2 changes: 2 additions & 0 deletions src/openai/types/completion_usage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .._models import BaseModel

__all__ = ["CompletionUsage"]
Expand Down
2 changes: 2 additions & 0 deletions src/openai/types/model_deleted.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from .._models import BaseModel

__all__ = ["ModelDeleted"]
Expand Down
1 change: 1 addition & 0 deletions src/openai/types/moderation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.


from pydantic import Field as FieldInfo

from .._models import BaseModel
Expand Down
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from pydantic import ValidationError

from openai import OpenAI, AsyncOpenAI, APIResponseValidationError
from openai._client import OpenAI, AsyncOpenAI
from openai._models import BaseModel, FinalRequestOptions
from openai._constants import RAW_RESPONSE_HEADER
from openai._streaming import Stream, AsyncStream
Expand Down

0 comments on commit 7003dbb

Please sign in to comment.