diff options
Diffstat (limited to 'kvmd/aiotools.py')
-rw-r--r-- | kvmd/aiotools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/aiotools.py b/kvmd/aiotools.py index bd4bd37e..6f76423e 100644 --- a/kvmd/aiotools.py +++ b/kvmd/aiotools.py @@ -204,5 +204,5 @@ async def run_region_task( if entered.done(): return - if (exc := task.exception()) is not None: # noqa: E203,E231 + if (exc := task.exception()) is not None: raise exc |