Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikB2014 committed Feb 28, 2025
1 parent b2d4d34 commit 8782b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sentry/search/eap/span_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def _validator(input: str) -> bool:
return _validator


CUSTOM_FUNCTION_RESOLVER: dict[Any, Callable[[Any], Column.BinaryFormula]] = {
FORMULA_RESOLVER: dict[Any, Callable[[Any], Column.BinaryFormula]] = {
"http_response_rate": http_response_rate
}

Expand Down Expand Up @@ -703,7 +703,7 @@ def _validator(input: str) -> bool:
validator=literal_validator(["1", "2", "3", "4", "5"]),
)
],
formula_resolver=CUSTOM_FUNCTION_RESOLVER["http_response_rate"],
formula_resolver=FORMULA_RESOLVER["http_response_rate"],
),
}

Expand Down

0 comments on commit 8782b13

Please sign in to comment.