Comment 6 for bug 1527406

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tacker-horizon (master)

Reviewed: https://review.openstack.org/268937
Committed: https://git.openstack.org/cgit/openstack/tacker-horizon/commit/?id=5d3bfe216d2cd88f84ced0df89bb09b22f591eb6
Submitter: Jenkins
Branch: master

commit 5d3bfe216d2cd88f84ced0df89bb09b22f591eb6
Author: Martin Oemke <email address hidden>
Date: Mon Jan 18 10:09:51 2016 +0100

    Fix flake8 errors

    This Patch fixes flake8 errors and enables this tests
    for all new patches to tacker-horizon.

    H306 imports not in alphabetical order
    E265 block comment should start with '# '
    H101 Use TODO(NAME)
    H238 old style class declaration,
    use new style (inherit from `object`)
    E502 the backslash is redundant between brackets
    E302 expected 2 blank lines, found 1
    E303 too many blank lines (3)

    see OpenStack Style Guidelines http://docs.openstack.org/developer/hacking/

    Change-Id: I5f52a1f1fba4bc7dd68bbf51c135bccfa97a2aad
    Related-Bug: #1527406