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>
Reviewed: https:/ /review. opendev. org/750810 /git.openstack. org/cgit/ openstack/ python- manilaclient/ commit/ ?id=399c0c4fb5e 79fd0054937aa81 0028f722ea53f2
Committed: https:/
Submitter: Zuul
Branch: master
commit 399c0c4fb5e79fd 0054937aa810028 f722ea53f2
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: I065b15f9b81036 727ce9bdeae5f34 c473d14d10c
Signed-off-by: Goutham Pacha Ravi <email address hidden>