Skip to content

Commit

Permalink
Fix incorrect type annotation
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Scheick <[email protected]>
  • Loading branch information
mfisher87 and JessicaS11 committed Sep 26, 2024
1 parent 97a5544 commit b0eb2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepyx/core/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def validate_date_range_date(


def validate_date_range_dict(
date_range: dict[str, Union[str, dt.datetime]],
date_range: dict[str, Union[str, dt.date]],
start_time: Union[str, dt.time, None] = None,
end_time: Union[str, dt.time, None] = None,
) -> tuple[dt.datetime, dt.datetime]:
Expand Down

0 comments on commit b0eb2b9

Please sign in to comment.