Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay committed Mar 25, 2024
1 parent 17a473d commit 5956853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion echoregions/regions2d/regions2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def select_region(
if not all(isinstance(t, Timestamp) for t in time_range):
raise TypeError(
"Invalid time_range format. It must be a list of 2 Pandas Timestamps."

)
if time_range[0] >= time_range[1]:
raise ValueError(
Expand Down

0 comments on commit 5956853

Please sign in to comment.