diff --git a/auto_swarm_builder.py b/auto_swarm_builder.py index 8d981dda..93e542fd 100644 --- a/auto_swarm_builder.py +++ b/auto_swarm_builder.py @@ -1,5 +1,3 @@ -from loguru import logger - import os from typing import List diff --git a/example_async_vs_multithread.py b/example_async_vs_multithread.py index f547abc8..b99732e8 100644 --- a/example_async_vs_multithread.py +++ b/example_async_vs_multithread.py @@ -1,6 +1,5 @@ import os import asyncio -import threading from swarms import Agent from swarm_models import OpenAIChat import time