diff --git a/opendevin/runtime/__init__.py b/opendevin/runtime/__init__.py index 04fb9789f9..a189cb13ea 100644 --- a/opendevin/runtime/__init__.py +++ b/opendevin/runtime/__init__.py @@ -17,6 +17,5 @@ def get_runtime_cls(name: str): __all__ = [ 'E2BBox', - 'Sandbox', 'get_runtime_cls', ]