🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-08 15:22:51 +00:00 committed by GitHub
parent 8365c8345c
commit 990301dc17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ async def _solve_generator(
cm = asynccontextmanager(dependant.call)(**sub_values)
elif dependant.is_gen_callable:
cm = contextmanager_in_threadpool(contextmanager(dependant.call)(**sub_values))
try:
solved = await stack.enter_async_context(cm)
except RuntimeError as ex: