Skip to content

Commit 51ef41e

Browse files
stainless-botstainless-app[bot]
authored andcommitted
chore: export NOT_GIVEN sentinel value (#321)
1 parent 7431cbb commit 51ef41e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/finch/__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 Finch, Client, Stream, Timeout, Transport, AsyncFinch, AsyncClient, AsyncStream, RequestOptions
77
from ._models import BaseModel
@@ -32,6 +32,8 @@
3232
"NoneType",
3333
"Transport",
3434
"ProxiesTypes",
35+
"NotGiven",
36+
"NOT_GIVEN",
3537
"FinchError",
3638
"APIError",
3739
"APIStatusError",

0 commit comments

Comments
 (0)