Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Feb 13, 2024
1 parent b7e7214 commit c0e9c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from haystack.dataclasses import Document
from haystack.document_stores.errors import DocumentStoreError, DuplicateDocumentError
from haystack.document_stores.types import DuplicatePolicy
from haystack.utils.filters import convert
from haystack.utils import Secret, deserialize_secrets_inplace
from haystack.utils.filters import convert
from qdrant_client import grpc
from qdrant_client.http import models as rest
from qdrant_client.http.exceptions import UnexpectedResponse
Expand Down
2 changes: 1 addition & 1 deletion integrations/qdrant/tests/test_dict_converters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from haystack_integrations.document_stores.qdrant import QdrantDocumentStore
from haystack.utils import Secret
from haystack_integrations.document_stores.qdrant import QdrantDocumentStore


def test_to_dict():
Expand Down

0 comments on commit c0e9c6c

Please sign in to comment.