From d1b24c27e5c44c11af0579d7d715ecae62a5ff4d Mon Sep 17 00:00:00 2001 From: Peter Staar Date: Fri, 24 Jan 2025 16:32:51 +0100 Subject: [PATCH] reformatted the code Signed-off-by: Peter Staar --- docling/backend/msexcel_backend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docling/backend/msexcel_backend.py b/docling/backend/msexcel_backend.py index 89517198..9b8311cf 100644 --- a/docling/backend/msexcel_backend.py +++ b/docling/backend/msexcel_backend.py @@ -332,7 +332,7 @@ class MsExcelDocumentBackend(DeclarativeDocumentBackend): try: pil_image = PILImage.open(image.ref) - + doc.add_picture( parent=self.parents[0], image=ImageRef.from_pil(image=pil_image, dpi=72), @@ -383,5 +383,5 @@ class MsExcelDocumentBackend(DeclarativeDocumentBackend): print(exc) continue """ - + return doc