Skip to content

Commit

Permalink
little error in annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Jan 22, 2025
1 parent b62720a commit 4b02012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcube_stac/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def update_dict(dic: dict, dic_update: dict, inplace: bool = True) -> dict:
return dic


def get_url_from_pystac_object(pystac_obj: pystac.Item | pystac.collection) -> str:
def get_url_from_pystac_object(pystac_obj: pystac.Item | pystac.Collection) -> str:
"""Extracts the URL an item object.
Args:
Expand Down

0 comments on commit 4b02012

Please sign in to comment.