Remove E12 errors from tox.ini Flake ignores.

This removes the E12 from ignores and fixes up the
existing pep8 errors that we were ignoring.

Change-Id: I5d60f1eed768fcae01a708fcf9ea324844c6376d
This commit is contained in:
John Griffith
2013-06-01 11:27:04 -06:00
parent dac54e709a
commit b7ceb409ec
46 changed files with 311 additions and 273 deletions

View File

@@ -20,4 +20,4 @@ import cinder.flags
import cinder.openstack.common.importutils
API = cinder.openstack.common.importutils.import_class(
cinder.flags.FLAGS.transfer_api_class)
cinder.flags.FLAGS.transfer_api_class)