Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Apr 18, 2023
1 parent 95c8288 commit 36a0436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbs/meilisearch/scripts/bulk_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def main(files: list[str]) -> None:
await asyncio.gather(
_update_searchable_attributes(client, "wines"),
_update_filterable_attributes(client, "wines"),
_update_sortable_attributes(client, "wines")
_update_sortable_attributes(client, "wines"),
)
index = client.index("wines")
tasks = []
Expand Down

0 comments on commit 36a0436

Please sign in to comment.