From 28dd882f98915538acf24f2bfa28f5e3a8838f06 Mon Sep 17 00:00:00 2001 From: Yufan Song <33971064+yufansong@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:08:30 -0700 Subject: [PATCH] remove useless sanbox (#3336) --- opendevin/runtime/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/opendevin/runtime/__init__.py b/opendevin/runtime/__init__.py index ea17ebb442..04fb9789f9 100644 --- a/opendevin/runtime/__init__.py +++ b/opendevin/runtime/__init__.py @@ -16,9 +16,7 @@ def get_runtime_cls(name: str): __all__ = [ - 'DockerSSHBox', 'E2BBox', - 'LocalBox', 'Sandbox', 'get_runtime_cls', ]