Skip to content

Commit 5b86e08

Browse files
chore: make the Omit type public (#454)
1 parent e938a76 commit 5b86e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/orb/__init__.py

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

33
from . import types
4-
from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
4+
from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes
55
from ._utils import file_from_path
66
from ._client import Orb, Client, Stream, Timeout, AsyncOrb, Transport, AsyncClient, AsyncStream, RequestOptions
77
from ._models import BaseModel
@@ -48,6 +48,7 @@
4848
"ProxiesTypes",
4949
"NotGiven",
5050
"NOT_GIVEN",
51+
"Omit",
5152
"OrbError",
5253
"APIError",
5354
"APIStatusError",

0 commit comments

Comments
 (0)