Skip to content

Commit

Permalink
fixed the style error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-joyce-zhao committed Apr 1, 2024
1 parent 3a78c59 commit e547062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion domino_data/vectordb.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ def domino_pinecone3x_init_params(datasource_name: str) -> Dict[str, Union[str,
}


def domino_pinecone3x_index_params(datasource_name: str, index_name: str) -> Dict[str, Union[str, Dict[str, str]]]:
def domino_pinecone3x_index_params(
datasource_name: str, index_name: str
) -> Dict[str, Union[str, Dict[str, str]]]:
"""Wrap the parameters to target an index in the Pinecone 3.x client
Args:
Expand Down

0 comments on commit e547062

Please sign in to comment.