init-is-generator / E0100ΒΆ

Message emitted:

__init__ method is a generator

Description:

Used when the special class method __init__ is turned into a generator by a yield in its body.

Created by basic checker