From 5a4ae8ef77cd4d9ad0b3947aad68e1e405661836 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 20 Sep 2023 13:00:53 -0400 Subject: [PATCH] clean up swarms Former-commit-id: 3f6c09e1a22024d58c107301d366013505445b1d --- swarms/swarms/orchestrate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/swarms/swarms/orchestrate.py b/swarms/swarms/orchestrate.py index 0cc32c54..2d7e30ea 100644 --- a/swarms/swarms/orchestrate.py +++ b/swarms/swarms/orchestrate.py @@ -9,7 +9,6 @@ import chromadb from chromadb.utils import embedding_functions - class Orchestrator: """ The Orchestrator takes in an agent, worker, or boss as input @@ -264,4 +263,3 @@ class Orchestrator: max_workers=self.agents.qsize() ) - \ No newline at end of file