]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removes an incorrect and unnecessary return
authorMohammad Banikazemi <mb@us.ibm.com>
Tue, 4 Feb 2014 23:04:32 +0000 (18:04 -0500)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:14 +0000 (15:20 +0800)
commit91b042c521d92c24df98395f569f924ac79a6446
tree809cab87a849ffdd1f67de7f5e086a992b16f260
parent55e669a90b8f288a2d47257477577ec6edf6eabc
Removes an incorrect and unnecessary return

The current return statement creates a new object that is
not used anywhere and does not provide a functionality

Change-Id: Id53f6fbc8cc6fb38419e5616a352279f1a9b917f
Closes-Bug: #1276367
neutron/agent/linux/ovs_lib.py
neutron/tests/unit/openvswitch/test_ovs_lib.py