From 4b782a0f2ab58a1c33818e9ad75b996545f869d9 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 20:06:13 -0700 Subject: [PATCH] whitespace --- example_async_vs_multithread.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example_async_vs_multithread.py b/example_async_vs_multithread.py index 9a803321..ba136590 100644 --- a/example_async_vs_multithread.py +++ b/example_async_vs_multithread.py @@ -39,7 +39,8 @@ agent = Agent( streaming_on=False, ) -# Function to measure time and memory usage + +# Function to measure time and memory usage # noqa: E302 def measure_time_and_memory(func): def wrapper(*args, **kwargs): start_time = time.time() @@ -72,4 +73,4 @@ def run_agent_thread(): asyncio.run(run_agent_async()) run_agent_thread() - +# noqa: W391