Skip to content

Commit

Permalink
remove file header overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
tstadel committed Nov 30, 2023
1 parent 79f1127 commit 0b275e8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 28 deletions.
3 changes: 0 additions & 3 deletions integrations/opensearch/src/opensearch_haystack/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
__version__ = "0.0.1"
3 changes: 0 additions & 3 deletions integrations/opensearch/src/opensearch_haystack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from opensearch_haystack.document_store import OpenSearchDocumentStore

__all__ = ["OpenSearchDocumentStore"]
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from typing import Any, Dict, List, Optional

from haystack import component, default_from_dict, default_to_dict
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
import logging
from typing import Any, Dict, List, Mapping, Optional, Union

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2023-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from typing import Any, Dict, List, Optional

from haystack import component, default_from_dict, default_to_dict
Expand Down
3 changes: 0 additions & 3 deletions integrations/opensearch/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
3 changes: 0 additions & 3 deletions integrations/opensearch/tests/test_bm25_retriever.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from unittest.mock import Mock, patch

from haystack.dataclasses import Document
Expand Down
4 changes: 0 additions & 4 deletions integrations/opensearch/tests/test_document_store.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# SPDX-FileCopyrightText: 2023-present Silvano Cerza <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

import random
from typing import List
from unittest.mock import patch
Expand Down
3 changes: 0 additions & 3 deletions integrations/opensearch/tests/test_embedding_retriever.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2023-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from unittest.mock import Mock, patch

from haystack.dataclasses import Document
Expand Down

0 comments on commit 0b275e8

Please sign in to comment.