add autoflake

add autoflake
remove unused imports
This commit is contained in:
Brian Martin 2019-06-06 23:18:28 -04:00
parent 75810c18e2
commit 4e46d7e810
6 changed files with 37 additions and 25 deletions

View file

@ -20,6 +20,7 @@ pytest-aiohttp = "*"
pytest-cov = "*"
testfixtures = "*"
codecov = "*"
autoflake = "*"
[pipenv]
allow_prereleases = true