From 18bd81425b52fd102434dae35ed3135b3e8462cd Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 12 Sep 2024 10:16:23 -0600 Subject: [PATCH] Correct product name type name --- icepyx/core/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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