Remove E128 pep8 ignore

Change-Id: I826f90c363787ee93f0ac3706a57d621dd0c0ce0
This commit is contained in:
James E. Blair 2013-07-09 09:20:04 -07:00
parent 3ca44afc2c
commit 6401d0b237
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ commands = {posargs}
[flake8]
exclude = .venv,.tox,dist,doc,*.egg
show-source = true
ignore = E123,E125,E128
ignore = E123,E125