Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark EGI subset shape params NotRequired
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Scheick <[email protected]>
mfisher87 and JessicaS11 authored Sep 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6a4acd9 commit e41aed0
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
@@ -99,11 +99,11 @@ class EGIParamsSubsetBase(TypedDict):


class EGIParamsSubsetBbox(EGIParamsSubsetBase):
bbox: str
bbox: NotRequired[str]


class EGIParamsSubsetBoundingShape(EGIParamsSubsetBase):
Boundingshape: str
Boundingshape: NotRequired[str]


EGIParamsSubset = Union[EGIParamsSubsetBbox, EGIParamsSubsetBoundingShape]

0 comments on commit e41aed0

Please sign in to comment.