From 43b6535df0405b90cfc77106041f896017413ce3 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Thu, 2 Nov 2023 18:32:58 +0200 Subject: [PATCH] style: could be a single answer --- packages/valory/contracts/realitio/contract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/valory/contracts/realitio/contract.py b/packages/valory/contracts/realitio/contract.py index 9879eb049..29b5d66f7 100644 --- a/packages/valory/contracts/realitio/contract.py +++ b/packages/valory/contracts/realitio/contract.py @@ -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)