Many additional flake8 syntax fixes

More were found in the py26 env
This commit is contained in:
Insequent
2014-06-11 20:27:33 +00:00
parent 235d3f362c
commit 5b14d3b9ef
37 changed files with 121 additions and 146 deletions

View File

@@ -15,7 +15,6 @@
import webob.dec
import webob.exc
from neutron import context
from neutron.openstack.common import log as logging
from neutron import wsgi

View File

@@ -14,11 +14,10 @@
# limitations under the License.
import webob
from neutron.api import extensions
from neutron.common import exceptions
from neutron import manager
from neutron.openstack.common import log as logging
from neutron import manager
from neutron import wsgi
RESOURCE_NAME = 'ip_address'

View File

@@ -14,10 +14,9 @@
# limitations under the License.
import webob
from neutron.api import extensions
from neutron import manager
from neutron.openstack.common import log as logging
from neutron import manager
from neutron import wsgi
RESOURCE_NAME = 'mac_address_range'

View File

@@ -14,7 +14,6 @@
# limitations under the License.
import webob
from neutron.api import extensions
from neutron.api.v2 import attributes
from neutron.api.v2 import base

View File

@@ -14,11 +14,10 @@
# limitations under the License.
import webob
from neutron.api import extensions
from neutron.common import exceptions
from neutron import manager
from neutron.openstack.common import log as logging
from neutron import manager
from neutron import wsgi
RESOURCE_NAME = 'route'