flake8 fixes

Change-Id: I574a8861dd6817759c16650d1fce23de24ee9d90
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-04-28 21:27:39 +00:00
parent 2f49d2be84
commit 0ba6fabb67
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
# under the License.
import itertools
import os.path
class Resolver:

View File

@ -15,7 +15,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8 {posargs}
commands = flake8 downpour {posargs}
[testenv:venv]
commands = {posargs}