refactor: ci/cd run again

This commit is contained in:
Krrish Dholakia 2024-09-03 07:17:02 -07:00
parent eadcc09f44
commit 36ce43ed95

View file

@ -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)