Skip to content

Commit

Permalink
Correct product name type name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 12, 2024
1 parent 434c28a commit 2247b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icepyx/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from typing_extensions import NotRequired

IcesatProductShortName = Literal[
IceSAT2ProductShortName = Literal[
"ATL01",
"ATL02",
"ATL03",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2247b2c

Please sign in to comment.