Skip to content

Commit

Permalink
Merge pull request #567 from zhilong-xu/pure-metrics
Browse files Browse the repository at this point in the history
Delete invalid code
  • Loading branch information
ghxiaobo authored Jun 20, 2022
2 parents 79540b2 + d6f497e commit 3957d42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delfin/drivers/pure/flasharray/pure_flasharray.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ def get_volume_metrics(self, storage_id, resource_metrics, start_time,
}
resource_value = {}
for volume_metrics in (packaging_data.get(volume_name) or []):
volume_metrics.get(resource_key)
resource_value[volume_metrics.get('time')] = \
volume_metrics.get(resource_key)
metrics_res = constants.metric_struct(
Expand Down

0 comments on commit 3957d42

Please sign in to comment.