Skip to content

Commit 22c233e

Browse files
linting
1 parent bf1598d commit 22c233e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic/database_logic_opensearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ async def find_collection(self, collection_id: str) -> Collection:
771771
raise NotFoundError(f"Collection {collection_id} not found")
772772

773773
return collection["_source"]
774-
774+
775775
async def update_collection(
776776
self, collection_id: str, collection: Collection, refresh: bool = False
777777
):

0 commit comments

Comments
 (0)