Closed
Description
/home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/aiohttp/multipart.py:8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Mapping, Sequence, deque
This is a safe change to make, collections.abc was introduced in 3.3.