From 2a096a9cb0b5941b76524831ebd716a8a891ecbb 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:03:10 +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 82e6f0bcae..39bebbf481 100644 --- a/api/services/summary_index_service.py +++ b/api/services/summary_index_service.py @@ -341,7 +341,7 @@ class SummaryIndexService: summary_record_id, segment.id, ) - + # At this point, summary_record_in_session is guaranteed to be not None if summary_record_in_session is None: raise RuntimeError("summary_record_in_session should not be None at this point")