Skip to content

Commit

Permalink
fix: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Jan 7, 2025
1 parent 9b9a2c2 commit 2640a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/clickhouse/translators/snuba/mappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def attempt_map(
return None

bucket_idx = fnv_1a(key.value.encode("utf-8")) % ATTRIBUTE_BUCKETS
expr = arrayElement(
expr: Expression = arrayElement(
None,
ColumnExpr(None, self.to_col_table, f"{self.to_col_name}_{bucket_idx}"),
key,
Expand Down

0 comments on commit 2640a01

Please sign in to comment.