Skip to content

Commit 3091f44

Browse files
chore: export NOT_GIVEN sentinel value (#321)
1 parent 6d2c896 commit 3091f44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/finch/__init__.py

+3-1
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)