Skip to content

Commit

Permalink
Import optional
Browse files Browse the repository at this point in the history
  • Loading branch information
k-jamroz committed Dec 18, 2024
1 parent f39c676 commit 5edf908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazelcast/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def create_vector_collection_config(
indexes: typing.List[IndexConfig],
backup_count: int = 1,
async_backup_count: int = 0,
split_brain_protection_name: Optional[str] = None,
split_brain_protection_name: typing.Optional[str] = None,
merge_policy: str = "PutIfAbsentMergePolicy",
merge_batch_size: int = 100,
) -> None:
Expand Down

0 comments on commit 5edf908

Please sign in to comment.