From 56208f6dc03343eae7fab0c8381cfe0b9858c2bb Mon Sep 17 00:00:00 2001 From: Benichou Date: Wed, 14 May 2025 15:35:50 -0400 Subject: [PATCH] fix/ran poetry run pre-commit run --all-files to format the file Signed-off-by: Franck Benichou franck.benichou@sciencespo.fr --- docling/backend/mspowerpoint_backend.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docling/backend/mspowerpoint_backend.py b/docling/backend/mspowerpoint_backend.py index 24704ca2..ed6d7416 100644 --- a/docling/backend/mspowerpoint_backend.py +++ b/docling/backend/mspowerpoint_backend.py @@ -418,7 +418,13 @@ class MsPowerpointDocumentBackend(DeclarativeDocumentBackend, PaginatedDocumentB drawing_blip = self.xpath_expr(shape.element) if drawing_blip: # ensure there is a drawing blip self.handle_pictures( - shape, parent_slide, slide_ind, doc, slide_size, drawing_blip, slide + shape, + parent_slide, + slide_ind, + doc, + slide_size, + drawing_blip, + slide, ) # If shape doesn't have any text, move on to the next shape if not hasattr(shape, "text"):