This commit is contained in:
David Soria Parra
2024-11-11 20:17:39 +00:00
parent b9b44e6dad
commit ec8c85edea
8 changed files with 37 additions and 21 deletions

View File

@@ -30,7 +30,9 @@ class SseServerTransport:
"""
_endpoint: str
_read_stream_writers: dict[UUID, MemoryObjectSendStream[types.JSONRPCMessage | Exception]]
_read_stream_writers: dict[
UUID, MemoryObjectSendStream[types.JSONRPCMessage | Exception]
]
def __init__(self, endpoint: str) -> None:
"""