From facf4eaea18536403eab44a843a070b385412fd0 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Tue, 26 Nov 2024 14:14:26 -0700 Subject: [PATCH] ruff cleanup --- auto_swarm_builder.py | 2 -- example_async_vs_multithread.py | 1 - 2 files changed, 3 deletions(-) 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