summaryrefslogtreecommitdiff
path: root/ironic/dhcp
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2015-05-06 14:17:28 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2015-05-06 14:17:28 -0700
commit2fd20825595ce3ae8720f2995e491281e652f4b6 (patch)
treefa4305202932fdfa393c5caa99e1a82e152167bc /ironic/dhcp
parent1d51b98998a8ee06867347a23fba048b9f58bf6e (diff)
downloadironic-2fd20825595ce3ae8720f2995e491281e652f4b6.tar.gz
Remove unneeded usage of '# noqa'
Two uses of '# noqa' are not needed. Remove them. Change-Id: I2cde3b24eab805c806027c1bd60efc78adf510cb
Diffstat (limited to 'ironic/dhcp')
-rw-r--r--ironic/dhcp/neutron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/dhcp/neutron.py b/ironic/dhcp/neutron.py
index 60963ea90..18750ef07 100644
--- a/ironic/dhcp/neutron.py
+++ b/ironic/dhcp/neutron.py
@@ -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.