mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Fix lint
This commit is contained in:
@ -136,7 +136,7 @@ async def push_identify_to_peer(
|
|||||||
host: IHost,
|
host: IHost,
|
||||||
peer_id: ID,
|
peer_id: ID,
|
||||||
observed_multiaddr: Multiaddr | None = None,
|
observed_multiaddr: Multiaddr | None = None,
|
||||||
limit=trio.Semaphore(CONCURRENCY_LIMIT),
|
limit: trio.Semaphore = trio.Semaphore(CONCURRENCY_LIMIT),
|
||||||
) -> bool:
|
) -> bool:
|
||||||
"""
|
"""
|
||||||
Push an identify message to a specific peer.
|
Push an identify message to a specific peer.
|
||||||
|
|||||||
Reference in New Issue
Block a user