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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
We seem to have two methods on the PushRulesWorkerStore which call add_push_rule. That requires write access to the push rules tables, which I think is usually reserved for the non-worker PushRuleStore. I think we should
Move those methods to the PushRuleStore subclass
Fixup any mypy complaints about redundant type-ignores