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
Given the following code, pylint will happily emit an useless-super-delegation message. I think it does not make sense that much though, since we can argue that the overridden method is not useless, since it introduces a parameter with a default value.