Skip to content

Commit

Permalink
ditch unused imports in test_query_batch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coszio authored and generall committed Jul 1, 2024
1 parent 00d9b24 commit f5f5155
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/congruence_tests/test_query_batch.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
from typing import List, Union

import numpy as np
import pytest

from qdrant_client.client_base import QdrantBase
from qdrant_client.http.exceptions import UnexpectedResponse
from qdrant_client.http.models import models
from tests.congruence_tests.test_common import (
COLLECTION_NAME,
Expand All @@ -17,14 +13,11 @@
init_remote,
text_vector_size,
sparse_text_vector_size,
sparse_image_vector_size,
sparse_code_vector_size,
generate_sparse_fixtures,
sparse_vectors_config,
generate_multivector_fixtures,
multi_vector_config,
)
from tests.fixtures.filters import one_random_filter_please
from tests.fixtures.points import generate_random_sparse_vector, generate_random_multivector


Expand Down

0 comments on commit f5f5155

Please sign in to comment.