Merge "Remove unneeded usage of '# noqa'"

This commit is contained in:
Jenkins 2015-05-07 03:04:44 +00:00 committed by Gerrit Code Review
commit 8228cec72c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import oslo_i18n as i18n # noqa
import oslo_i18n as i18n
_translators = i18n.TranslatorFactory(domain='ironic')

View File

@ -103,7 +103,7 @@ class NeutronDHCPApi(base.BaseDHCP):
Update one or more DHCP options on the specified port.
For the relevant API spec, see
http://docs.openstack.org/api/openstack-network/2.0/content/extra-dhc-opt-ext-update.html # noqa
http://docs.openstack.org/api/openstack-network/2.0/content/extra-dhc-opt-ext-update.html
:param port_id: designate which port these attributes
will be applied to.