mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
A little bit clean up
This commit is contained in:
@ -313,9 +313,6 @@ class Pubsub:
|
||||
# Write message to stream
|
||||
await stream.write(rpc_msg)
|
||||
|
||||
def list_peers(self, topic_id: str) -> Tuple[ID, ...]:
|
||||
return
|
||||
|
||||
async def publish(self, topic_id: str, data: bytes) -> None:
|
||||
"""
|
||||
Publish data to a topic
|
||||
|
||||
Reference in New Issue
Block a user