Comment 10 for bug 1540254

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

Reviewed: https://review.openstack.org/281778
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=8b5fcdb21fe0f07e674498b31fcedfa831e8d068
Submitter: Jenkins
Branch: master

commit 8b5fcdb21fe0f07e674498b31fcedfa831e8d068
Author: Bo Wang <email address hidden>
Date: Thu Feb 18 19:37:56 2016 +0800

    Remove incorrectly used "# flake8: noqa"

    "# flake8: noqa" option disables all checks for the whole file.
    To disable one line we should use "# noqa".
    Remove unused "# flake8: noqa" and fix hidden hacking errors.

    Change-Id: I8b26cb0e7e5ad4a838099c7aa3ced31b96f28ca2
    Closes-Bug: #1540254