refactor: ci/cd run again

This commit is contained in:
Krrish Dholakia 2024-09-03 07:17:02 -07:00
parent c0a12f3c90
commit 88d18c7340

View file

@ -240,7 +240,6 @@ async def aretrieve_batch(
extra_body, extra_body,
**kwargs, **kwargs,
) )
# Add the context to the function # Add the context to the function
ctx = contextvars.copy_context() ctx = contextvars.copy_context()
func_with_context = partial(ctx.run, func) func_with_context = partial(ctx.run, func)