Skip to content

Commit 80e224b

Browse files
committed
pre-commit
1 parent b62945d commit 80e224b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create_item(self, model: stac_types.Item, **kwargs):
6464
}
6565
}
6666

67-
index = self.client.indices.create(
67+
_ = self.client.indices.create(
6868
index="stac_items",
6969
body=mapping,
7070
ignore=400, # ignore 400 already exists code

0 commit comments

Comments
 (0)