You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to second guess the intent of the caller made the types and
implementation more complex, and had a bug: if `intervals[0]` was `None`
(that is, the user had passed a single interval with an open start)
rather than a `datetime` then `intervals` would wrongly be treated as a
list of lists.
0 commit comments