diff --git a/icepyx/core/types.py b/icepyx/core/types.py index 4df2ac012..e600b78cb 100644 --- a/icepyx/core/types.py +++ b/icepyx/core/types.py @@ -4,7 +4,7 @@ from typing_extensions import NotRequired -IcesatProductShortName = Literal[ +ICESat2ProductShortName = Literal[ "ATL01", "ATL02", "ATL03", @@ -66,7 +66,7 @@ class EGISpecificParamsBase(TypedDict): * 0 < page_size <= 2000 """ - short_name: IcesatProductShortName # alias: "product" + short_name: ICESat2ProductShortName # alias: "product" version: str page_size: int # default 2000 page_num: int # default 0