mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
lint fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user