Comment 7 for bug 1333290

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

Reviewed: https://review.openstack.org/116440
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=cd8dff072573e49b19344323a1192751b291645f
Submitter: Jenkins
Branch: master

commit cd8dff072573e49b19344323a1192751b291645f
Author: Andreas Jaeger <email address hidden>
Date: Sat Aug 23 09:47:13 2014 +0200

    Flake8: Fix some occurences of F841

    Fix F841 in some files:
    F841 local variable 'XXX' is assigned to but never used

    Also fix in utils.py some occurences of:
    H405 multi line docstring summary not separated with an empty line

    Change-Id: I272f075d874e2a48da102d9d4025cb93225170e0
    Partial-Bug: #1333290