Skip to content

Commit 6a80680

Browse files
committed
style(opensearch): format with ruff
1 parent 94be37c commit 6a80680

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • integrations/opensearch/src/haystack_integrations/document_stores/opensearch

integrations/opensearch/src/haystack_integrations/document_stores/opensearch/document_store.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,7 @@ def update_by_filter(self, filters: dict[str, Any], meta: dict[str, Any], refres
766766
msg = f"Failed to update documents by filter in OpenSearch: {e!s}"
767767
raise DocumentStoreError(msg) from e
768768

769-
async def update_by_filter_async(
770-
self, filters: dict[str, Any], meta: dict[str, Any], refresh: bool = False
771-
) -> int:
769+
async def update_by_filter_async(self, filters: dict[str, Any], meta: dict[str, Any], refresh: bool = False) -> int:
772770
"""
773771
Asynchronously updates the metadata of all documents that match the provided filters.
774772

0 commit comments

Comments
 (0)