Refactor duplicate code in Cloud Monitoring backends #268
Labels
invalid
This doesn't seem right
p/cloud_monitoring_mql
p/cloud_monitoring
Cloud Monitoring provider issue
refactor
As highlighted by the
# pylint: disable=duplicate-code
comments, there is duplicate code inslo_generator/backends/cloud_monitoring.py
andslo_generator/backends/cloud_monitoring_mql.py
.Refactor any duplicate code in a separate utils or helpers file, then remove these comments and confirm
make lint
completes successfully.The text was updated successfully, but these errors were encountered: