From 28cf71771a02b3ef14f7bcb8a62688b5647c38de Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 12 Oct 2023 14:09:40 -0400 Subject: [PATCH] clean up --- swarms/tools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/tools/__init__.py b/swarms/tools/__init__.py index c803f404..4b8ce2bf 100644 --- a/swarms/tools/__init__.py +++ b/swarms/tools/__init__.py @@ -7,4 +7,4 @@ # from swarms.tools.requests import RequestsGet # from swarms.tools.developer import Terminal, CodeEditor -from swarms.tools.tool import tool +# from swarms.tools.tool import tool