cleanup leftover comment from review

This commit is contained in:
Victor Shyba 2020-01-07 14:43:39 -03:00 committed by Lex Berezhny
parent e73c081d36
commit 3615e0de34

View file

@ -61,7 +61,6 @@ class Connector:
async def __aenter__(self):
transport, self.protocol = await self.create_connection()
# By default, do not limit outgoing connections
return self.protocol
async def __aexit__(self, exc_type, exc_value, traceback):