From: Redouane Kachach Date: Wed, 29 Jun 2022 15:03:10 +0000 (+0200) Subject: mgr/cephadm: fixing E128 warning X-Git-Tag: v16.2.11~458^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6203367cfd6b9a01bbfdd9b5b2fbc2ec87f63a96;p=ceph.git mgr/cephadm: fixing E128 warning Signed-off-by: Redouane Kachach (cherry picked from commit e37924c623d797b3118ddd9a804818432a5704dd) --- diff --git a/src/pybind/mgr/cephadm/tests/test_scheduling.py b/src/pybind/mgr/cephadm/tests/test_scheduling.py index 52ca820450b1..2454dc0d1ad0 100644 --- a/src/pybind/mgr/cephadm/tests/test_scheduling.py +++ b/src/pybind/mgr/cephadm/tests/test_scheduling.py @@ -879,7 +879,7 @@ class NodeAssignmentTest5(NamedTuple): @pytest.mark.parametrize("service_type, placement, available_hosts, expected_candidates", - [ + [ # noqa: E128 NodeAssignmentTest5( 'alertmanager', PlacementSpec(hosts='host1 host2 host3 host4'.split()),