Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4fb8a1c

Browse files
stainless-app[bot]stainless-bot
authored andcommittedDec 4, 2024·
chore: make the Omit type public (#1919)
1 parent 5e3e4d1 commit 4fb8a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/openai/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing_extensions import override
77

88
from . import types
9-
from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
9+
from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes
1010
from ._utils import file_from_path
1111
from ._client import Client, OpenAI, Stream, Timeout, Transport, AsyncClient, AsyncOpenAI, AsyncStream, RequestOptions
1212
from ._models import BaseModel
@@ -43,6 +43,7 @@
4343
"ProxiesTypes",
4444
"NotGiven",
4545
"NOT_GIVEN",
46+
"Omit",
4647
"OpenAIError",
4748
"APIError",
4849
"APIStatusError",

0 commit comments

Comments
 (0)
Please sign in to comment.