removed lines from distributed example

This commit is contained in:
Szucs Krisztian 2017-05-05 08:25:18 +02:00
parent 2e7badab4e
commit d24e1ae110

View File

@ -44,7 +44,6 @@ async def setup(app, loop):
async def stop(app, loop):
# close connection pool
await db.close()
await to_asyncio_future(app.client._shutdown())
@app.post('/users')