.. _useless-super-delegation: useless-super-delegation / W0235 ================================ **Message emitted:** Useless super delegation in method %r **Description:** *Used whenever we can detect that an overridden method is useless, relying on super() delegation to do the same thing as another method from the MRO.* Created by ``classes`` checker