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
reading the implementation of _rrulestr.__call__ (internally calling _rrulestr._parse_rfc), it seems that when forceset=True (or compatible=True, since it sets forceset to True), the return type is always rrulesetand notrrule`, which is not currently reflected in the type stubs