From bc1de901509dff11882244be252e20779d4c91a0 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 29 Sep 2025 20:23:45 -0400 Subject: [PATCH] TOSQASH 22e62ed: with-stmt-ws-removal --- tractor/to_asyncio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/to_asyncio.py b/tractor/to_asyncio.py index 0da47475..5a2949e3 100644 --- a/tractor/to_asyncio.py +++ b/tractor/to_asyncio.py @@ -1730,7 +1730,7 @@ def run_as_asyncio_guest( # asyncio.CancelledError, # ^^XXX `.shield()` call above prevents this?? - )as state_err: + ) as state_err: # XXX be super dupere noisy about abandonment issues! aio_task: asyncio.Task = asyncio.current_task()