Drop `.to_asyncio`s usage-of-`greenback`-reporting to `log.devx()`

repl_fixture
Tyler Goodlet 2025-06-11 19:57:19 -04:00
parent 2ed811fa0d
commit cc7bee683f
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def _run_asyncio_task(
raise_not_found=False, raise_not_found=False,
)) ))
): ):
log.info( log.devx(
f'Bestowing `greenback` portal for `asyncio`-task\n' f'Bestowing `greenback` portal for `asyncio`-task\n'
f'{task}\n' f'{task}\n'
) )