W0223 abstract-methodΒΆ

Message

'Method %r is abstract in class %r but is not overridden'

Description

Used when an abstract method (i.e. raise NotImplementedError) is not overridden in concrete class.