summaryrefslogtreecommitdiff
path: root/kvmd/aiotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/aiotools.py')
-rw-r--r--kvmd/aiotools.py2
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