Resolve flake8 style warnings (mostly unused imports)

This commit is contained in:
Raphael Michel
2015-03-13 00:09:14 +01:00
parent 25fff77be5
commit 7c240e5c35
7 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[flake8]
ignore = E128,N802,W503
ignore = N802,W503
max-line-length = 160
exclude = migrations,.ropeproject,static
max-complexity = 16