Skip to content

Commit 26c6d9f

Browse files
committed
single quotes by double quotes
1 parent c4afe8f commit 26c6d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • integrations/astra/src/haystack_integrations/document_stores/astra

integrations/astra/src/haystack_integrations/document_stores/astra/astra_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,5 @@ def update_many(
378378
"""
379379
update_result = self._astra_db_collection.update_many(filter=filter_condition, update=update, upsert=False)
380380

381-
return update_result.update_info['nModified']
381+
return update_result.update_info["nModified"]
382382

0 commit comments

Comments
 (0)