Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardgou-sentry committed Jan 8, 2025
1 parent f448560 commit 1fd7c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/search/events/datasets/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ def _resolve_total_score_weights_function(self, column: str, alias: str | None)
if (isinstance(term, SearchFilter) and term.key.name == "browser.name")
or (
isinstance(term, ParenExpression)
and all(
and all( # type: ignore[unreachable]
(isinstance(child_term, SearchFilter) and child_term.key.name == "browser.name")
or child_term == "OR"
for child_term in term.children
Expand Down

0 comments on commit 1fd7c0a

Please sign in to comment.