mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
lint fix
This commit is contained in:
parent
f9ab76b247
commit
3542319882
@ -126,7 +126,7 @@ class RfbClientStream:
|
||||
except ConnectionError as err:
|
||||
raise RfbConnectionError("Can't start TLS", err)
|
||||
|
||||
ssl_reader.set_transport(transport)
|
||||
ssl_reader.set_transport(transport) # type: ignore
|
||||
ssl_writer = asyncio.StreamWriter(
|
||||
transport=transport, # type: ignore
|
||||
protocol=protocol,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user