Clean up pep8 E711 violations
Fixed E711 errors
All ignores are to be removed in the next sequence of patches
Change-Id: Id9bcdfa276d30639dc6d16b8ce6db19101153fcd
diff --git a/tox.ini b/tox.ini
index 5f957a1..ed72876 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,4 +15,4 @@
[testenv:pep8]
deps = pep8==1.3.3
-commands = pep8 --ignore=E121,E122,E123,E124,E125,E126,E127,E128,E711 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack,kong .
+commands = pep8 --ignore=E121,E122,E123,E124,E125,E126,E127,E128 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack,kong .