From de65b58fbb10551488cf0eb85140a93b007810be Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 20:02:45 -0700 Subject: [PATCH] remove unused import --- example_async_vs_multithread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/example_async_vs_multithread.py b/example_async_vs_multithread.py index f550314d..9a803321 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