Skip to content

Commit

Permalink
Reformat changes in questiionaire form (linting)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuyutsu Rai <Yuyutsu.Rai@ons.gov.uk>
  • Loading branch information
Yuyuutsu committed Nov 14, 2024
1 parent 66625f8 commit f0c8fe0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/forms/questionnaire_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@ def _get_period_range_for_single_date(
) -> timedelta:
list_item_id = self.location.list_item_id if self.location else None
value_source_resolver = ValueSourceResolver(
data_stores=self.data_stores,
schema=self.schema,
location=self.location,
use_default_answer=True,
list_item_id=list_item_id,
escape_answer_values=False,
)
data_stores=self.data_stores,
schema=self.schema,
location=self.location,
use_default_answer=True,
list_item_id=list_item_id,
escape_answer_values=False,
)

rule_evaluator = RuleEvaluator(
value_source_resolver=value_source_resolver,
data_stores=self.data_stores,
Expand Down

0 comments on commit f0c8fe0

Please sign in to comment.