Comment 23 for bug 1886298

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

Reviewed: https://review.opendev.org/750810
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=399c0c4fb5e79fd0054937aa810028f722ea53f2
Submitter: Zuul
Branch: master

commit 399c0c4fb5e79fd0054937aa810028f722ea53f2
Author: Goutham Pacha Ravi <email address hidden>
Date: Wed Sep 9 13:18:02 2020 -0700

    Add noqa markup to intentionally redefined methods

    Testing has migrated to focal and python3.8;
    and we get F811 errors on the microversioned
    and hence redefined methods

    E.g.:
    F811 redefinition of unused 'list' from line 37
    Closes-Bug: #1886298

    Change-Id: I065b15f9b81036727ce9bdeae5f34c473d14d10c
    Signed-off-by: Goutham Pacha Ravi <email address hidden>