W0231 super-init-not-calledΒΆ

Message

'__init__ method from base class %r is not called'

Description

Used when an ancestor class method has an __init__ method which is not called by a derived class.