run black to lint
This commit is contained in:
parent
7f276211b4
commit
fa33fbe7bd
|
@ -2,6 +2,7 @@ import asyncio
|
|||
|
||||
from .raw_connection_interface import IRawConnection
|
||||
|
||||
|
||||
class RawConnection(IRawConnection):
|
||||
reader: asyncio.StreamReader
|
||||
writer: asyncio.StreamWriter
|
||||
|
|
|
@ -88,6 +88,7 @@ class MultiselectClient(IMultiselectClient):
|
|||
# No protocols were found, so return no protocols supported error
|
||||
raise MultiselectClientError("protocols not supported")
|
||||
|
||||
|
||||
def validate_handshake(handshake_contents: str) -> bool:
|
||||
"""
|
||||
Determine if handshake is valid and should be confirmed
|
||||
|
|
Loading…
Reference in New Issue
Block a user