invalid-bool-returned / E0304ΒΆ

Message emitted:

__bool__ does not return bool

Description:

Used when a __bool__ method returns something which is not a bool

Created by classes checker