Skip to content

Commit 399bcab

Browse files
committed
pre-commit.
1 parent fc1a2cb commit 399bcab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/reindex_opensearch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ async def run():
6767

6868
for collection in collections["hits"]["hits"]:
6969

70-
item_indexes = await client.indices.get_alias(name=f"{ITEMS_INDEX_PREFIX}{collection['_id']}*")
70+
item_indexes = await client.indices.get_alias(
71+
name=f"{ITEMS_INDEX_PREFIX}{collection['_id']}*"
72+
)
7173

7274
for item_index, aliases in item_indexes.items():
7375
item_index_name, version = item_index.rsplit("-", 1)

0 commit comments

Comments
 (0)