Skip to content

Commit e1389bc

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): update formatting (#1553)
1 parent 435a580 commit e1389bc

7 files changed

+7
-0
lines changed

src/openai/types/audio/transcription.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from ..._models import BaseModel
56

67
__all__ = ["Transcription"]

src/openai/types/audio/translation.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from ..._models import BaseModel
56

67
__all__ = ["Translation"]

src/openai/types/batch_request_counts.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from .._models import BaseModel
56

67
__all__ = ["BatchRequestCounts"]

src/openai/types/beta/assistant_tool_choice_function.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from ..._models import BaseModel
56

67
__all__ = ["AssistantToolChoiceFunction"]

src/openai/types/completion_usage.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from .._models import BaseModel
56

67
__all__ = ["CompletionUsage"]
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from .fine_tuning_job_wandb_integration_object import FineTuningJobWandbIntegrationObject
56

67
FineTuningJobIntegration = FineTuningJobWandbIntegrationObject

src/openai/types/model_deleted.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4+
45
from .._models import BaseModel
56

67
__all__ = ["ModelDeleted"]

0 commit comments

Comments
 (0)