Skip to content

Commit

Permalink
remove recursive call
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Nov 11, 2024
1 parent e44848c commit 256eb9d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ def reparse_window(window: PydanticMetricTimeWindow) -> PydanticMetricTimeWindow
for input_metric in matched_metric.input_metrics:
if input_metric.offset_window:
input_metric.offset_window = reparse_window(input_metric.offset_window)
RemovePluralFromWindowGranularityRule._update_metric(
semantic_manifest=semantic_manifest,
metric_name=input_metric.name,
custom_granularity_names=custom_granularity_names,
)
elif matched_metric.type is MetricType.SIMPLE:
pass
else:
Expand Down

0 comments on commit 256eb9d

Please sign in to comment.