Skip to content

Commit e968df0

Browse files
committed
fix syntax
1 parent 1e37d4b commit e968df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymongo_voyageai_multimodal/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ def __init__(
173173
"""
174174
self._dimensions = dimensions # the size of the VoyageAI model.
175175
self._vo = voyageai_client or Client(api_key=voyageai_api_key)
176-
driver = (
177-
DriverInfo(name="multimodal-search", version=version("pymongo-voyageai-multimodal")),
176+
driver = DriverInfo(
177+
name="multimodal-search", version=version("pymongo-voyageai-multimodal")
178178
)
179179
self._mo = mongo_client or MongoClient(mongo_connection_string, driver=driver)
180180
self._index_name = index_name

0 commit comments

Comments
 (0)