mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 22:50:54 +00:00
Add automatic docstring formatter and apply
This commit is contained in:
@ -30,9 +30,10 @@ class PubsubNotifee(INotifee):
|
||||
pass
|
||||
|
||||
async def connected(self, network: INetwork, conn: INetConn) -> None:
|
||||
"""
|
||||
Add peer_id to initiator_peers_queue, so that this peer_id can be used to
|
||||
create a stream and we only want to have one pubsub stream with each peer.
|
||||
"""Add peer_id to initiator_peers_queue, so that this peer_id can be
|
||||
used to create a stream and we only want to have one pubsub stream with
|
||||
each peer.
|
||||
|
||||
:param network: network the connection was opened on
|
||||
:param conn: connection that was opened
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user