Run docformatter over changes

This commit is contained in:
Alex Stokes 2019-11-05 17:24:52 -08:00
parent 17ba328e1a
commit c8a5f6f8d7
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

View File

@ -46,9 +46,8 @@ async def set_up_nodes_by_transport_and_disc_opt(transport_disc_opt_list):
async def set_up_routers(router_confs=[0, 0]): async def set_up_routers(router_confs=[0, 0]):
""" """The default ``router_confs`` selects two free ports local to this
The default ``router_confs`` selects two free ports local to this machine. machine."""
"""
bootstrap_node = KademliaServer() bootstrap_node = KademliaServer()
await bootstrap_node.listen(router_confs[0]) await bootstrap_node.listen(router_confs[0])