forked from LBRYCommunity/lbry-sdk
cleanup leftover comment from review
This commit is contained in:
parent
e73c081d36
commit
3615e0de34
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue