Remove E123 ignore for pep8 check

Change-Id: If728622fad7c6723c472361c3089855b7c99530b
This commit is contained in:
Yang Li 2016-01-20 17:41:33 +08:00
parent 9f9b7d0fde
commit 605b35516b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ commands = flake8 setup.py astara_router
[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build
ignore = E125
ignore =
builtins = _
[testenv:build_image]