Skip to content

Commit 53ca331

Browse files
committed
missed one
1 parent 3c4382e commit 53ca331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/tsdb/snuba.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def get_distinct_counts_series(
819819
def get_distinct_counts_totals(
820820
self,
821821
model,
822-
keys: Sequence[int],
822+
keys: Sequence[TSDBKey],
823823
start,
824824
end=None,
825825
rollup=None,

0 commit comments

Comments
 (0)