pylint-errors

W0222 (signature-differs)

:x: Problematic code:

# to be added

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a method signature is different than in the implemented interface or in an overridden method.