lint fixes

This commit is contained in:
Maxim Devaev 2022-07-17 15:38:20 +03:00
parent be8032893e
commit 136b756e00

View File

@ -20,7 +20,6 @@
# ========================================================================== # # ========================================================================== #
import sys
import os import os
import asyncio import asyncio
import socket import socket
@ -484,8 +483,6 @@ class VncServer: # pylint: disable=too-many-instance-attributes
none_auth_only=none_auth_only, none_auth_only=none_auth_only,
shared_params=shared_params, shared_params=shared_params,
).run() ).run()
except asyncio.CancelledError:
raise
except Exception: except Exception:
logger.exception("[entry] %s: Unhandled exception in client task", remote) logger.exception("[entry] %s: Unhandled exception in client task", remote)
finally: finally: