Skip to content

Commit 3070bff

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: make the Omit type public (#67)
1 parent 9d5db21 commit 3070bff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/dataherald/__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 (
77
ENVIRONMENTS,
@@ -47,6 +47,7 @@
4747
"ProxiesTypes",
4848
"NotGiven",
4949
"NOT_GIVEN",
50+
"Omit",
5051
"DataheraldError",
5152
"APIError",
5253
"APIStatusError",

0 commit comments

Comments
 (0)