Path 1: 6 calls (1.0)

'no-self-use' (3) 'R0201' (3)

'https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers' (6)

1def __init__(self, msgid_or_symbol: str, moved_explanation: str):
2        super().__init__(
3            f"'{msgid_or_symbol}' was moved to an optional extension, see {moved_explanation}."
4        )