We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51996ea commit 9bed9e8Copy full SHA for 9bed9e8
2 files changed
packages/python-sdk/e2b/sandbox_async/main.py
@@ -71,7 +71,8 @@ async def create(
71
secure: Optional[bool] = None,
72
allow_internet_access: Optional[bool] = True,
73
**opts: Unpack[ApiParams],
74
- ) -> S: ...
+ ) -> S:
75
+ ...
76
77
@overload
78
async def resume(
packages/python-sdk/e2b/sandbox_sync/main.py
@@ -72,7 +72,8 @@ def create(
79
def resume(
@@ -106,7 +107,6 @@ def resume(
106
107
108
109
class _Beta(Generic[S], SandboxApiBeta):
-
110
sbx_class: ClassVar[type]
111
"""Class type"""
112
0 commit comments