Skip to content

Commit 4c0e609

Browse files
committed
Remove type ignore
1 parent 25e2487 commit 4c0e609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/python-sdk/e2b/sandbox_async

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ async def set_timeout(
355355
...
356356

357357
@class_method_variant("_cls_set_timeout")
358-
async def set_timeout( # type: ignore
358+
async def set_timeout(
359359
self,
360360
timeout: int,
361361
**opts: Unpack[ApiParams],

0 commit comments

Comments
 (0)