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
Linting complains about the Context.performance() signature, and the issue could be resolved by reimplementing this as a proper ABC, using the @abstractmethod decorator on the performance method.