return-in-init / E0101ΒΆ

Message emitted:

Explicit return in __init__

Description:

Used when the special class method __init__ has an explicit return value.

Created by basic checker