W0233 non-parent-init-calledΒΆ

Message

'__init__ method from a non direct base class %r is called'

Description

Used when an __init__ method is called on a class which is not in the direct ancestors for the analysed class.