From 0c7908b9f2b88557d5c48c5dd97506bdfced8da2 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 29 Jun 2026 13:45:00 -0500 Subject: [PATCH] chore: format --- backend/open_webui/retrieval/loaders/mistral.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/open_webui/retrieval/loaders/mistral.py b/backend/open_webui/retrieval/loaders/mistral.py index 0e150e5d98..d9eb740d91 100644 --- a/backend/open_webui/retrieval/loaders/mistral.py +++ b/backend/open_webui/retrieval/loaders/mistral.py @@ -635,9 +635,7 @@ class MistralLoader: ocr_response = await self._process_ocr_async(session, self._get_file_data_url()) documents = self._process_results(ocr_response) total_time = time.time() - start_time - log.info( - f'Async OCR workflow completed in {total_time:.2f}s, produced {len(documents)} documents' - ) + log.info(f'Async OCR workflow completed in {total_time:.2f}s, produced {len(documents)} documents') return documents # 1. Upload file with streaming