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)