Skip to content

Commit 64afba7

Browse files
sdks/python: fix linting issues
1 parent bc607ad commit 64afba7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdks/python/apache_beam/ml/rag/enrichment/milvus_search.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
from typing import Union
2828

2929
from google.protobuf.json_format import MessageToDict
30+
31+
from apache_beam.ml.rag.types import Chunk
32+
from apache_beam.ml.rag.types import Embedding
33+
from apache_beam.transforms.enrichment import EnrichmentSourceHandler
3034
from pymilvus import AnnSearchRequest
3135
from pymilvus import Hit
3236
from pymilvus import Hits
3337
from pymilvus import MilvusClient
3438
from pymilvus import SearchResult
3539

36-
from apache_beam.ml.rag.types import Chunk
37-
from apache_beam.ml.rag.types import Embedding
38-
from apache_beam.transforms.enrichment import EnrichmentSourceHandler
39-
4040

4141
class SearchStrategy(Enum):
4242
"""Search strategies for information retrieval.

0 commit comments

Comments
 (0)