This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace grequests with asyncio solution (#1027)
* Draft pass at asyncio replacement for grequests * Use async_to_sync to ensure Django safety * Update unit tests for asyncio validate_images * Add back 2s timeout and do not follow redirects * Use better test assertion Co-authored-by: Madison Swain-Bowden <[email protected]> * Add return type annotations and clean up dead code * Fix suggested code typo * Add type annotations and switch to comprehension Co-authored-by: Madison Swain-Bowden <[email protected]>
- Loading branch information