Skip to content

Commit

Permalink
chore: make the Omit type public (#35)
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 335ca99 commit a333528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runwayml/__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 @@ -46,6 +46,7 @@
"ProxiesTypes",
"NotGiven",
"NOT_GIVEN",
"Omit",
"RunwayMLError",
"APIError",
"APIStatusError",
Expand Down

0 comments on commit a333528

Please sign in to comment.