]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove useless pass from methods in type_tunnel.py
authorRomil Gupta <romilg@hp.com>
Wed, 10 Jun 2015 16:43:56 +0000 (09:43 -0700)
committerRomil Gupta <romilg@hp.com>
Wed, 10 Jun 2015 17:20:24 +0000 (17:20 +0000)
commitca63dfd0f39c7d691247c146b7529937c5804c9e
treec3447f9a33e87532aa81d43b50470756016195d4
parentd0bbfc090bb25f1e05b98f0ad70c18209b87ed6b
Remove useless pass from methods in type_tunnel.py

The pass is useless because there is a docstring in the methods.
Generally considered as uncovered by coverage tool.

Change-Id: Id1275c51e9adb865a3da9f0db007f3092b55b140
neutron/plugins/ml2/drivers/type_tunnel.py