Skip to content

Commit 76e360e

Browse files
committed
run pre-commit
1 parent 97e52a7 commit 76e360e

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
@@ -53,7 +53,7 @@ def _create_item_index(self):
5353

5454
def create_item(self, model: stac_types.Item, **kwargs):
5555
"""Create item."""
56-
base_url = str(kwargs["request"].base_url
56+
base_url = str(kwargs["request"].base_url)
5757

5858
self._create_item_index()
5959

0 commit comments

Comments
 (0)