Make linter happy

This commit is contained in:
Jonathan de Jong 2019-12-18 19:05:22 +01:00
parent 81fe4049cf
commit f54bc9d1af

View File

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