Reformat files according to new black validation
[osm/MON.git] / osm_mon / collector / vnf_collectors / vrops / vrops_helper.py
index 2196326..8164510 100644 (file)
@@ -103,7 +103,6 @@ class vROPS_Helper:
         return resource_list
 
     def get_metrics(self, vdu_mappings={}, monitoring_params={}, vnfr=None, tags={}):
-
         monitoring_keys = {}
         # Collect the names of all the metrics we need to query
         for metric_entry in monitoring_params:
@@ -132,7 +131,6 @@ class vROPS_Helper:
         vdu_mappings = sanitized_vdu_mappings
 
         try:
-
             # Now we can make a single call to vROPS to collect all relevant metrics for resources we need to monitor
             api_url = (
                 "/suite-api/api/resources/stats?IntervalType=MINUTES&IntervalCount=1"