jamescooke/flake8-aaa

Fix DeprecationWarning on importing ABCs in py37

jamescooke opened this issue · 0 comments

Returned by pytest https://travis-ci.org/jamescooke/flake8-aaa/jobs/537022793#L314:

  /home/travis/build/jamescooke/flake8-aaa/tests/function/test_check_all.py:1: 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 Generator