]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
enable F811 check for flake8
authorMark McClain <mmcclain@yahoo-inc.com>
Thu, 12 Jun 2014 01:23:53 +0000 (21:23 -0400)
committerMark McClain <mmcclain@yahoo-inc.com>
Fri, 14 Nov 2014 17:33:00 +0000 (12:33 -0500)
commit7929cfc8d2d28a34e1a483781bbeaf6984bfb8de
tree14b0a57756790516c5c0adec1b6517278067a629
parent2cc3a780853686cc1fbf3123402cb7862c9bb12c
enable F811 check for flake8

This change incorporates two cleanups that do not change logic:
- Removes the shadowed unused imports by using the proper oslo.config import
mechanism
- duplicate unit tests have been removed
- duplicate unit test names have been corrected to reflect true test
  nature

Change-Id: Iad7a3373c1f787a2078b932c5f40bb718ad76767
Partial-Bug: 1329017
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/nuage/test_nuage_plugin.py
neutron/tests/unit/test_db_plugin.py
tox.ini