Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 27, 2024
1 parent 6ab0250 commit dd08e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/validators/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def run(
)
return {"validation_error": [ChatMessage.from_user(recovery_prompt)]}

def _construct_error_recovery_message(
def _construct_error_recovery_message( # pylint: disable=too-many-positional-arguments
self,
error_template: str,
error_message: str,
Expand Down

0 comments on commit dd08e2e

Please sign in to comment.