From e4e534be899df9057855cc76c8fb5101be27e50e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:09:52 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/services/summary_index_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/summary_index_service.py b/api/services/summary_index_service.py index abf25afafe..6c9156c4bf 100644 --- a/api/services/summary_index_service.py +++ b/api/services/summary_index_service.py @@ -260,7 +260,7 @@ class SummaryIndexService: try: # Declare summary_record_in_session variable summary_record_in_session: DocumentSegmentSummary | None - + # If using provided session, merge the summary_record into it if use_provided_session: # Merge the summary_record into the provided session