Merge "Remove unneeded usage of '# noqa'"
This commit is contained in:
commit
8228cec72c
@ -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