Make linter happy
This commit is contained in:
parent
81fe4049cf
commit
f54bc9d1af
|
@ -112,7 +112,7 @@ class Swarm(INetwork):
|
|||
# Tried all addresses, raising exception.
|
||||
raise SwarmException(
|
||||
f"unable to connect to {peer_id}, no addresses established a successful connection "
|
||||
"(with exceptions)",
|
||||
"(with exceptions)"
|
||||
) from MultiError(exceptions)
|
||||
|
||||
async def dial_addr(self, addr: Multiaddr, peer_id: ID) -> INetConn:
|
||||
|
|
Loading…
Reference in New Issue
Block a user