Skip to content

Commit

Permalink
chore (style): format evaluators_service with [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Aug 21, 2024
1 parent 80f3eff commit 892a351
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agenta-backend/agenta_backend/services/evaluators_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def validate_string_output(
return output


def validate_json_output(evaluator_key: str, output: Union[str, Dict[str, Any]]) -> Union[str, dict]:
def validate_json_output(
evaluator_key: str, output: Union[str, Dict[str, Any]]
) -> Union[str, dict]:
"""Checks and validate the output to be of type JSON string or dictionary.
Args:
Expand Down

0 comments on commit 892a351

Please sign in to comment.