Skip to content

Commit 0a16583

Browse files
chore: make the Omit type public (#78)
1 parent b7e1678 commit 0a16583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/browserbase/__init__.py

+2-1
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
Client,
@@ -46,6 +46,7 @@
4646
"ProxiesTypes",
4747
"NotGiven",
4848
"NOT_GIVEN",
49+
"Omit",
4950
"BrowserbaseError",
5051
"APIError",
5152
"APIStatusError",

0 commit comments

Comments
 (0)