Nuke use_proxy from code execution

This commit is contained in:
Ashwin Bharambe 2025-02-07 09:55:48 -08:00
parent 316c43fdaf
commit 10bda65b94

View file

@ -67,7 +67,6 @@ def generate_bwrap_command(bind_dirs: List[str]) -> str:
@dataclass
class CodeExecutionContext:
matplotlib_dump_dir: str
use_proxy: bool = False
@dataclass