Remove unneeded usage of '# noqa'
Two uses of '# noqa' are not needed. Remove them. Change-Id: I2cde3b24eab805c806027c1bd60efc78adf510cb
This commit is contained in:
parent
1d51b98998
commit
2fd2082559
@ -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')
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user