Remove unneeded usage of '# noqa'

Two uses of '# noqa' are not needed.  Remove them.

Change-Id: I2cde3b24eab805c806027c1bd60efc78adf510cb
This commit is contained in:
John L. Villalovos 2015-05-06 14:17:28 -07:00
parent 1d51b98998
commit 2fd2082559
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.