Skip to content

Commit 35af585

Browse files
committed
pre-commit
1 parent f2b2b52 commit 35af585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,14 +617,14 @@ def sync_prep_create_item(self, item: Item, base_url: str) -> Item:
617617

618618
async def create_item(self, item: Item, refresh: bool = False):
619619
"""Database logic for creating one item.
620-
620+
621621
Args:
622622
item (Item): The item to be created.
623623
refresh (bool, optional): Refresh the index after performing the operation. Defaults to False.
624-
624+
625625
Raises:
626626
ConflictError: If the item already exists in the database.
627-
627+
628628
Returns:
629629
None
630630
"""

0 commit comments

Comments
 (0)