From ddc9f41fcbde314833aa9d2637ac143aafb7aa64 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 09f0781c..6089d08a 100644 --- a/tractor/to_asyncio.py +++ b/tractor/to_asyncio.py @@ -1732,7 +1732,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()