-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop await aiohttp.request() syntax for sake of context manager (#2541)
* Get rid of more yield froms * Fix #2540: Drop await aiohttp.request() syntax for sake of context manager * Fix typo * Work on dropping Python 3.4 functionality * Fix typo * Fix flake8 * Fix spelling * Code cleanup
- Loading branch information
Showing
15 changed files
with
201 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Drop `resp = await aiohttp.request(...)` syntax for sake of `async | ||
with aiohttp.request(...) as resp:`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.