Skip to content

Commit bfc9abd

Browse files
chore: make the Omit type public (#53)
1 parent 3b1f4d5 commit bfc9abd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/arcadepy/__init__.py

Lines changed: 2 additions & 1 deletion
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 Arcade, Client, Stream, Timeout, Transport, AsyncArcade, AsyncClient, AsyncStream, RequestOptions
77
from ._models import BaseModel
@@ -36,6 +36,7 @@
3636
"ProxiesTypes",
3737
"NotGiven",
3838
"NOT_GIVEN",
39+
"Omit",
3940
"ArcadeError",
4041
"APIError",
4142
"APIStatusError",

0 commit comments

Comments
 (0)