Skip to content

Commit 97e52a7

Browse files
jonhealy1Phil Varner
and
Phil Varner
authored
Update stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/serializers.py
Co-authored-by: Phil Varner <[email protected]>
1 parent 4c92093 commit 97e52a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ItemSerializer(Serializer):
2626

2727
@classmethod
2828
def stac_to_db(cls, stac_data: TypedDict, base_url: str) -> stac_types.Item:
29-
"""Transform stac item to database ready stac item."""
29+
"""Transform STAC Item to database-ready STAC Item."""
3030
item_links = ItemLinks(
3131
collection_id=stac_data["collection"],
3232
item_id=stac_data["id"],

0 commit comments

Comments
 (0)