Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored and sunank200 committed May 6, 2024
1 parent a3c450a commit 7ca6917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/pinecone/operators/pinecone.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ def __init__(
replicas: int | None = None,
shards: int | None = None,
pods: int | None = None,
pod_type: str | None = "p1.x1",
pod_type: str = "p1.x1",
metadata_config: dict | None = None,
source_collection: str | None = None,
metric: str | None = "cosine",
metric: str = "cosine",
timeout: int | None = None,
**kwargs: Any,
):
Expand Down

0 comments on commit 7ca6917

Please sign in to comment.