super-init-not-called / W0231ΒΆ

Message emitted:

__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.

Created by classes checker