Skip to content

Commit 5929e48

Browse files
todo added
1 parent beab1dc commit 5929e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eligibility_signposting_api/audit/audit_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def deduplicate_reasons(reasons: list[Reason]) -> list[Reason]:
192192
for reason in reasons:
193193
if reason.rule_name not in unique_rule_codes and reason.rule_description:
194194
unique_rule_codes.add(reason.rule_name)
195-
deduplicated_reasons.append(
195+
deduplicated_reasons.append( #TODO should we deduplicate by rule_type and priority ?
196196
Reason(
197197
reason.rule_type,
198198
reason.rule_name,

0 commit comments

Comments
 (0)