Move compatibility imports to compat.py and fix linting

This commit is contained in:
Bruno Oliveira 2018-03-29 19:04:46 -03:00
parent 8ca9321940
commit 6a81aae4f2
1 changed files with 1 additions and 0 deletions

1
changelog/3339.trivial Normal file
View File

@ -0,0 +1 @@
Import some modules from ``collections`` instead of ``collections.abc`` as the former modules trigger ``DeprecationWarning`` in Python 3.7.