Skip to content

Commit

Permalink
chore: make the Omit type public (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Dec 4, 2024
1 parent 9d5db21 commit 3070bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dataherald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from . import types
from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes
from ._utils import file_from_path
from ._client import (
ENVIRONMENTS,
Expand Down Expand Up @@ -47,6 +47,7 @@
"ProxiesTypes",
"NotGiven",
"NOT_GIVEN",
"Omit",
"DataheraldError",
"APIError",
"APIStatusError",
Expand Down

0 comments on commit 3070bff

Please sign in to comment.