Skip to content

Commit 58d4077

Browse files
Update xcube_cmems/cmems.py
Co-authored-by: Pontus Lurcock <pont@talvi.net>
1 parent 1f0cc4b commit 58d4077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcube_cmems/cmems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656

5757
@classmethod
5858
def get_datasets_with_titles(cls) -> List[dict]:
59-
catalogue: dict = cm.describe()
59+
catalogue: CopernicusMarineCatalogue = cm.describe()
6060
datasets_info: List[dict] = []
6161
for product in catalogue.products:
6262
product_title = product.title

0 commit comments

Comments
 (0)