Closed tkdrob closed 2 years ago
afaik, aiohttop context managers are used because the request does not close properly otherwise. In this case you would want to make sure to call ClientResponse.release().
Thanks for the pr, but theres no reason to not use async context managers when they're provided
Pull request summary
async with
seems to be unnecessary. This PR cleans it up.Checklist