Skip to content

Commit baead36

Browse files
committed
fix coding style
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
1 parent cd658ad commit baead36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymilvus/milvus_client/async_milvus_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def _fast_create_collection(
125125
raise ex from ex
126126

127127
index_params = IndexParams()
128-
index_params.add_index(vector_field_name, index_type= "AUTOINDEX", metric_type=metric_type)
128+
index_params.add_index(vector_field_name, index_type="AUTOINDEX", metric_type=metric_type)
129129
await self.create_index(collection_name, index_params, timeout=timeout)
130130
await self.load_collection(collection_name, timeout=timeout)
131131

0 commit comments

Comments
 (0)