We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa1170 commit 1b76bbeCopy full SHA for 1b76bbe
1 file changed
python/e2b_code_interpreter/code_interpreter_async.py
@@ -57,9 +57,6 @@ class AsyncSandbox(BaseAsyncSandbox):
57
58
default_template = DEFAULT_TEMPLATE
59
60
- def __init__(self, sandbox_id: str, connection_config: ConnectionConfig):
61
- super().__init__(sandbox_id=sandbox_id, connection_config=connection_config)
62
-
63
@property
64
def _jupyter_url(self) -> str:
65
return f"{'http' if self.connection_config.debug else 'https'}://{self.get_host(JUPYTER_PORT)}"
0 commit comments