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
Fix the return type & value of Accountability.events()
Due to a bug in pyabigen that has been fixed in version 0.2.12,
`Accountabilty.events()` attempted to return a single `Event` instance
instead of a list of `Event`s. Calling this function resulted in an
exception.
0 commit comments