From 62ee2849bffa24f4ca683aac08a6699d22808a6e Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 18 Jul 2023 08:53:54 -0400 Subject: [PATCH] clean up --- api/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/container.py b/api/container.py index 41f0d11d..212520f7 100644 --- a/api/container.py +++ b/api/container.py @@ -18,7 +18,7 @@ from swarms.utils.main import StaticUploader BASE_DIR = Path(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) os.chdir(BASE_DIR / os.environ["PLAYGROUND_DIR"]) - +# toolsets: List[BaseToolSet] = [ Terminal(), CodeEditor(),