Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update type annotation in get_finite_datetime_ranges_from_timestamps
Before this change, the finite_datetime_range argument to this function had the type FiniteDatetimeRange. The function doesn't use any of the methods from that class and works when called on objects of its parent type FiniteRange[datetime.datetime], so this change updates the type annotation to reflect that.
- Loading branch information