remove useless code (#3355)

This commit is contained in:
Yufan Song 2024-08-12 18:34:17 -07:00 committed by GitHub
parent 930ee27037
commit 86d933f1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,5 @@ def get_runtime_cls(name: str):
__all__ = [
'E2BBox',
'Sandbox',
'get_runtime_cls',
]