Clean up old comments, print stmts, formatting, etc.

This commit is contained in:
Alex Stokes
2019-08-02 21:54:28 -07:00
parent cff5fe0d5f
commit 6090d2ca3b
4 changed files with 0 additions and 9 deletions

View File

@ -17,8 +17,6 @@ async def test_example():
await node_b.provide("hello")
providers = await node_b.get_providers("hello")
# print ("providers")
# print (providers)
# bmuller's handle_call_response wraps
# every rpc call result in a list of tuples