]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/dashboard: disable too-many-branches lint warning 37692/head
authorKefu Chai <kchai@redhat.com>
Tue, 20 Oct 2020 11:04:40 +0000 (19:04 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 20 Oct 2020 11:13:12 +0000 (19:13 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/services/tcmu_service.py

index 2cc8cffebed6a5fefe38d6af94d7823684b8c7b2..aceeaff3de042097a8f7fc10d6c477bcaf578ea9 100644 (file)
@@ -15,6 +15,7 @@ SERVICE_TYPE = 'tcmu-runner'
 
 class TcmuService(object):
     # pylint: disable=too-many-nested-blocks
+    # pylint: disable=too-many-branches
     @staticmethod
     def get_iscsi_info():
         daemons = {}  # type: Dict[str, dict]