From b761524a850d41ac546c1cca45bea2411c8488cc 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 9393b452..2a2a7774 100644 --- a/tractor/to_asyncio.py +++ b/tractor/to_asyncio.py @@ -1703,7 +1703,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()