Skip to content

Commit 9bed9e8

Browse files
committed
Lint
1 parent 51996ea commit 9bed9e8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/python-sdk/e2b/sandbox_async/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ async def create(
7171
secure: Optional[bool] = None,
7272
allow_internet_access: Optional[bool] = True,
7373
**opts: Unpack[ApiParams],
74-
) -> S: ...
74+
) -> S:
75+
...
7576

7677
@overload
7778
async def resume(

packages/python-sdk/e2b/sandbox_sync/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def create(
7272
secure: Optional[bool] = None,
7373
allow_internet_access: Optional[bool] = True,
7474
**opts: Unpack[ApiParams],
75-
) -> S: ...
75+
) -> S:
76+
...
7677

7778
@overload
7879
def resume(
@@ -106,7 +107,6 @@ def resume(
106107

107108

108109
class _Beta(Generic[S], SandboxApiBeta):
109-
110110
sbx_class: ClassVar[type]
111111
"""Class type"""
112112

0 commit comments

Comments
 (0)