Comment 4 for bug 1540254

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

Reviewed: https://review.openstack.org/274548
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=3298ad98c88309c0aab972284b2a403573224c94
Submitter: Jenkins
Branch: master

commit 3298ad98c88309c0aab972284b2a403573224c94
Author: Bo Wang <email address hidden>
Date: Mon Feb 1 16:32:12 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: I624e96784ae7a22b5a5766f38bdf1fb8ade2d0a2
    Closes-Bug: #1540254