Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzan committed Nov 14, 2024
1 parent e97472e commit 13af5b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bigquery_etl/cli/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,10 @@ def _update_bigconfig(

raise Exception(err_message)

if metric.metric_type and metric.metric_type.predefined_metric in default_metrics:
if (
metric.metric_type
and metric.metric_type.predefined_metric in default_metrics
):
default_metrics.remove(metric.metric_type.predefined_metric)

if metadata.monitoring.collection and collection.collection is None:
Expand Down

0 comments on commit 13af5b2

Please sign in to comment.