From 88d18c73408036b27fc6cc41cb760e3a943e677c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 3 Sep 2024 07:17:02 -0700 Subject: [PATCH] refactor: ci/cd run again --- litellm/batches/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/batches/main.py b/litellm/batches/main.py index 99e1707dcf..9489e09cbe 100644 --- a/litellm/batches/main.py +++ b/litellm/batches/main.py @@ -240,7 +240,6 @@ async def aretrieve_batch( extra_body, **kwargs, ) - # Add the context to the function ctx = contextvars.copy_context() func_with_context = partial(ctx.run, func)