From 612c25d9879a528a997073574f03af134c3d8d45 Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 20 Jul 2023 00:05:30 -0400 Subject: [PATCH] clean up --- swarms/swarms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/swarms.py b/swarms/swarms.py index 4d521e9f..eb4e0c87 100644 --- a/swarms/swarms.py +++ b/swarms/swarms.py @@ -166,7 +166,7 @@ class Swarms: logging.error(f"An error occurred in run_swarms: {e}") return None -# usage +# usage- def swarm(api_key="", objective=""): """ Run the swarm with the given API key and objective.