Skip to content

Commit

Permalink
style: could be a single answer
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Nov 2, 2023
1 parent 77d7172 commit 43b6535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/valory/contracts/realitio/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_claim_params(
return dict(error=msg)

msg = (
f"Found {len(answered)} answers for question with id {question_id.hex()} "
f"Found {len(answered)} answer(s) for question with id {question_id.hex()} "
f"between blocks {from_block} and {to_block}."
)
return dict(info=msg, answered=answered)
Expand Down

0 comments on commit 43b6535

Please sign in to comment.