Skip to content

Commit

Permalink
chore: make the Omit type public (#772)
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 81f7d70 commit 4ed0419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/anthropic/__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 (
Client,
Expand Down Expand Up @@ -52,6 +52,7 @@
"ProxiesTypes",
"NotGiven",
"NOT_GIVEN",
"Omit",
"AnthropicError",
"APIError",
"APIStatusError",
Expand Down

0 comments on commit 4ed0419

Please sign in to comment.