Skip to content

Commit dc73967

Browse files
authored
Update integrations/e2b/src/haystack_integrations/tools/e2b/e2b_sandbox.py
1 parent 26495f9 commit dc73967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/e2b/src/haystack_integrations/tools/e2b/e2b_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
a serialization round-trip. Distinct from the cloud-side sandbox id assigned
9393
by E2B at warm-up.
9494
"""
95-
self.api_key = api_key or Secret.from_env_var("E2B_API_KEY")
95+
self.api_key = api_key
9696
self.sandbox_template = sandbox_template
9797
self.timeout = timeout
9898
self.environment_vars = environment_vars or {}

0 commit comments

Comments
 (0)