Skip to content

Commit 806072c

Browse files
ref: mypy --disallow-any-generics for relay metric_extraction (#68028)
I'm planning to add this setting to our "stricter" mypy allowlist -- need to fix it here first though! <!-- Describe your PR here. -->
1 parent 4d79a5c commit 806072c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/relay/config/metric_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def _update_state_with_spec_limit(
345345
under the limit and not have churn.
346346
"""
347347

348-
widget_queries: dict[int, set] = {}
348+
widget_queries: dict[int, set[DashboardWidgetQuery]] = {}
349349

350350
for spec in trimmed_specs:
351351
spec_hash, _, spec_version = spec

0 commit comments

Comments
 (0)