summaryrefslogtreecommitdiff
path: root/kvmd
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-17 15:38:20 +0300
committerMaxim Devaev <[email protected]>2022-07-17 15:38:20 +0300
commit136b756e005061424a457b7a56f8c69342a0753e (patch)
tree07460256e9dda01adc4955735c7e0e535ae55257 /kvmd
parentbe8032893eacf3242431c44ea34003b0458863af (diff)
lint fixes
Diffstat (limited to 'kvmd')
-rw-r--r--kvmd/apps/vnc/server.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/kvmd/apps/vnc/server.py b/kvmd/apps/vnc/server.py
index 434fd4f8..05e4ae66 100644
--- a/kvmd/apps/vnc/server.py
+++ b/kvmd/apps/vnc/server.py
@@ -20,7 +20,6 @@
# ========================================================================== #
-import sys
import os
import asyncio
import socket
@@ -484,8 +483,6 @@ class VncServer: # pylint: disable=too-many-instance-attributes
none_auth_only=none_auth_only,
shared_params=shared_params,
).run()
- except asyncio.CancelledError:
- raise
except Exception:
logger.exception("[entry] %s: Unhandled exception in client task", remote)
finally: