Skip to content

Commit 2523bee

Browse files
committed
fix for format
1 parent 9203f72 commit 2523bee

File tree

1 file changed

+2
-2
lines changed
  • lib/idp_common_pkg/idp_common/summarization

1 file changed

+2
-2
lines changed

lib/idp_common_pkg/idp_common/summarization/service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def process_document(
648648
)
649649

650650
return document
651-
651+
652652
def _get_all_text(self, document: Document) -> str:
653653
"""
654654
Retrieve all text content from a document's pages.
@@ -670,7 +670,7 @@ def _get_all_text(self, document: Document) -> str:
670670
f"Failed to load text content from {page.parsed_text_uri}: {e}"
671671
)
672672
# Continue with other pages
673-
673+
674674
return all_text
675675

676676
def _process_document_as_whole(

0 commit comments

Comments
 (0)