remove useless sanbox (#3336)

This commit is contained in:
Yufan Song 2024-08-11 12:08:30 -07:00 committed by GitHub
parent 99ac91f6ad
commit 28dd882f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,9 +16,7 @@ def get_runtime_cls(name: str):
__all__ = [
'DockerSSHBox',
'E2BBox',
'LocalBox',
'Sandbox',
'get_runtime_cls',
]