Skip to content

Commit 4cfeac2

Browse files
committed
chore: export NOT_GIVEN sentinel value (#188)
1 parent 6ade3df commit 4cfeac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/orb/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
from . import types
4-
from ._types import NoneType, Transport, ProxiesTypes
4+
from ._types import NOT_GIVEN, 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
@@ -44,6 +44,8 @@
4444
"NoneType",
4545
"Transport",
4646
"ProxiesTypes",
47+
"NotGiven",
48+
"NOT_GIVEN",
4749
"OrbError",
4850
"APIError",
4951
"APIStatusError",

0 commit comments

Comments
 (0)