]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Minor: remove unnecessary intermediate variable
authorKevin Benton <blak111@gmail.com>
Tue, 14 Oct 2014 06:40:36 +0000 (23:40 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 14 Oct 2014 06:40:36 +0000 (23:40 -0700)
commit50d06130e1ff2a2cfb62510b52efe1537c1068b6
tree14523e76d2f7e9e39601d96e483612488ef3d7e8
parent53b0e04ba195da36f4a45ae8fa5bb05ada04aa6d
Minor: remove unnecessary intermediate variable

Removes an unnecessary intermediary variable and an
unnecessary list extend operation that implied previous
list members where there weren't any. There should be no
functional change. This just improves readability slightly.

Change-Id: Ice412c29be083d82e055cc0bc45ed8b97c7628d0
neutron/plugins/ml2/plugin.py