Skip to content

Commit 709ceb5

Browse files
committed
refactor: remove unnecessary blank line in PDFExtractor class
1 parent 21835ab commit 709ceb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • libs/extractor-api-lib/src/extractor_api_lib/impl/extractors/file_extractors

libs/extractor-api-lib/src/extractor_api_lib/impl/extractors/file_extractors/pdf_extractor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ async def aextract_content(self, file_path: Path, name: str) -> list[InternalInf
154154
)
155155
pdf_elements += new_pdf_elements
156156

157-
158157
logger.info("Extraction completed. Found %d information pieces.", len(pdf_elements))
159158
return pdf_elements
160159

0 commit comments

Comments
 (0)