Fix E126 test

Fix indentation in code for E126 tests.

Change-Id: I835a00262d10f813e33808a854f9fc174443a6ae
This commit is contained in:
Artur Basiak 2016-08-29 12:33:55 +02:00
parent 5f987c3bf4
commit d0bb9f0e8e
3 changed files with 9 additions and 10 deletions

View File

@ -30,6 +30,5 @@ commands = {posargs}
[flake8]
exclude = .git,.tox,dist,docs,*.egg,build
show-source = True
ignore = E126
[hacking]