Skip to content
Snippets Groups Projects
Commit 29231f0d authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Minor Python linting warning deactivation

parent 98fc013f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ if __name__ == '__main__':
# form request
kpi = monitoring_pb2.Kpi()
kpi.kpi_id.kpi_id = 'KPIID0000'
kpi.kpi_id.kpi_id = 'KPIID0000' # pylint: disable=maybe-no-member
kpi.kpiDescription = 'KPI Desc'
# make call to server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment