Skip to content

Commit

Permalink
Remove unnecessary continue
Browse files Browse the repository at this point in the history
  • Loading branch information
tlento committed Jun 25, 2024
1 parent f1d49e5 commit 8d08b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metricflow/plan_conversion/node_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ def _add_where_constraint(
]
if len(matching_filter_specs) == 0:
filtered_nodes.append(source_node)
continue
else:
where_constraint = WhereFilterSpec.merge_iterable(matching_filter_specs)
filtered_nodes.append(
Expand Down

0 comments on commit 8d08b8e

Please sign in to comment.