diff --git a/src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py b/src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py
index 6a80fe698d04aa1e74ef501e6ca97b3d80bb5ad0..f8021338e2a7df8c9426f92d7ad0056848bef8e5 100644
--- a/src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py
+++ b/src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py
@@ -141,7 +141,7 @@ class KDisjointPathAlgorithm(_Algorithm):
             _request = PathCompRequest()
             for service_key, service_details in self.services_details.items():
                 service_type, constraints, endpoints = service_details
-                _service = _request.services.add()
+                _service = _request.services.add()  # pylint: disable=no-member
                 _service.service_id.context_id.context_uuid.uuid = service_key[0]
                 _service.service_id.service_uuid.uuid = service_key[1]
                 _service.service_type = service_type