Skip to content

Commit 77907d6

Browse files
committed
linting
1 parent 0a944f5 commit 77907d6

File tree

1 file changed

+1
-2
lines changed
  • integrations/opensearch/src/haystack_integrations/document_stores/opensearch

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535

3636
class OpenSearchDocumentStore:
37-
# Add documentation of open search document store
3837
"""
3938
An OpenSearch Document Store.
4039
@@ -62,7 +61,7 @@ class OpenSearchDocumentStore:
6261
# [Document(id='1', content='My first document', ...), Document(id='2', content='My second document', ...)]
6362
```
6463
"""
65-
64+
6665
def __init__(
6766
self,
6867
*,

0 commit comments

Comments
 (0)