Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silver-years-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@e2b/code-interpreter-python': patch
---

Remove bug in init method
3 changes: 0 additions & 3 deletions python/e2b_code_interpreter/code_interpreter_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ class AsyncSandbox(BaseAsyncSandbox):

default_template = DEFAULT_TEMPLATE

def __init__(self, sandbox_id: str, connection_config: ConnectionConfig):
super().__init__(sandbox_id=sandbox_id, connection_config=connection_config)

@property
def _jupyter_url(self) -> str:
return f"{'http' if self.connection_config.debug else 'https'}://{self.get_host(JUPYTER_PORT)}"
Expand Down