From 914d27fbd77d94eb7a5151d2c3d8557800d85bcd Mon Sep 17 00:00:00 2001 From: Trivan Menezes <47679108+ttmenezes@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:40:56 -0800 Subject: [PATCH] fix whitespace --- .../document_stores/azure_ai_search/document_store.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/azure_ai_search/src/haystack_integrations/document_stores/azure_ai_search/document_store.py b/integrations/azure_ai_search/src/haystack_integrations/document_stores/azure_ai_search/document_store.py index 3f4427909..05d92f523 100644 --- a/integrations/azure_ai_search/src/haystack_integrations/document_stores/azure_ai_search/document_store.py +++ b/integrations/azure_ai_search/src/haystack_integrations/document_stores/azure_ai_search/document_store.py @@ -495,4 +495,3 @@ def _hybrid_retrieval( ) azure_docs = list(result) return self._convert_search_result_to_documents(azure_docs) - \ No newline at end of file