Skip to content

Commit

Permalink
remove extra dict values
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtsuk committed Nov 7, 2024
1 parent 87be903 commit 9fe16a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snuba/web/rpc/common/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ def aggregation_to_expression(aggregation: AttributeAggregation) -> Expression:
Function.FUNCTION_AVG: f.weightedAvg(
field, sampling_weight_column, **alias_dict
),
Function.FUNCTION_MAX: f.max,
Function.FUNCTION_MIN: f.min,
Function.FUNCTION_UNIQ: f.uniq,
}

if (
Expand Down

0 comments on commit 9fe16a9

Please sign in to comment.