mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
fix peer_handle
This commit is contained in:
@@ -48,7 +48,7 @@ class PeerHandle(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def send_new_token(self, request_id: str, token: int, is_finished: bool) -> None:
|
||||
async def send_result(self, request_id: str, result: List[int], is_finished: bool) -> None:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user