Skip to content

Commit

Permalink
chore: delete unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Nov 22, 2024
1 parent 1fd4d11 commit ce4d3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/gcp/fix_plugin_gcp/resources/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def update_resource_metrics(
resources_map: Dict[str, V],
monitoring_metric_result: Dict[GcpMonitoringQuery, GcpMonitoringMetricData],
) -> None:
a = None
for query, metric in monitoring_metric_result.items():
resource = resources_map.get(query.ref_id)
if resource is None:
Expand Down

0 comments on commit ce4d3b2

Please sign in to comment.