Skip to content

Commit ad4cc0c

Browse files
sdks/python: fix linting issues
1 parent 475289f commit ad4cc0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@
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
3430
from pymilvus import AnnSearchRequest
3531
from pymilvus import Hit
3632
from pymilvus import Hits
3733
from pymilvus import MilvusClient
3834
from pymilvus import SearchResult
3935

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
4039

4140
class SearchStrategy(Enum):
4241
"""Search strategies for information retrieval.

0 commit comments

Comments
 (0)