Apply PR feedback

This commit is contained in:
Alex Stokes
2019-08-26 10:03:12 -07:00
parent c1ffb03f77
commit fa0acd9fc5
4 changed files with 6 additions and 16 deletions

View File

@ -99,7 +99,3 @@ async def test_create_secure_session():
remote_pipe_task.cancel()
await local_pipe_task
await remote_pipe_task
if __name__ == "__main__":
asyncio.run(test_create_secure_session())