A little bit clean up

This commit is contained in:
mhchia
2019-07-27 12:06:36 +08:00
parent c028aef2de
commit 766d8ba1e1
2 changed files with 6 additions and 11 deletions

View File

@ -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