Comment 8 for bug 1540254

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/277924
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=3873383df0347cbf27864733728462f74c7c46f0
Submitter: Jenkins
Branch: master

commit 3873383df0347cbf27864733728462f74c7c46f0
Author: Chaozhe.Chen <email address hidden>
Date: Wed Feb 10 00:10:03 2016 +0800

    Use "# noqa" instead of "#flake8: noqa"

    "# flake8: noqa" option disables all checks for the whole file.
    To disable one line we should use "# noqa".

    This patch use "# noqa" instead of "#flake8: noqa" and fix some
    flake8 viilations.

    Change-Id: Ic9f7c82428728582cecf0fa40f288e9f20f5d5ca
    Closes-bug: #1540254