Skip to content

Commit 1b76bbe

Browse files
committed
Remove init method
1 parent bfa1170 commit 1b76bbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/e2b_code_interpreter/code_interpreter_async.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ class AsyncSandbox(BaseAsyncSandbox):
5757

5858
default_template = DEFAULT_TEMPLATE
5959

60-
def __init__(self, sandbox_id: str, connection_config: ConnectionConfig):
61-
super().__init__(sandbox_id=sandbox_id, connection_config=connection_config)
62-
6360
@property
6461
def _jupyter_url(self) -> str:
6562
return f"{'http' if self.connection_config.debug else 'https'}://{self.get_host(JUPYTER_PORT)}"

0 commit comments

Comments
 (0)