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
In the current implementation, the is_empty method is used by default for is_finished. This is a workaround designed to avoid breaking changes when the is_finished method was added.
In the current implementation, the
is_emptymethod is used by default foris_finished. This is a workaround designed to avoid breaking changes when theis_finishedmethod was added.