Skip to content

Commit

Permalink
better specify type of expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Dec 13, 2024
1 parent 7b9a9c9 commit 80a3b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/workflow_engine/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def evaluate_value(value: T, comparison: Any, condition: str) -> DataConditionRe
raise NotImplementedError

@staticmethod
def get_expected_value(value: Any, **kwargs) -> Any:
def get_expected_value(value: Any, **kwargs) -> T:
return value


Expand Down

0 comments on commit 80a3b78

Please sign in to comment.