pylint-errors
E1132 (repeated-keyword)
Problematic code:
# to be addded
Correct code:
# to be added
Rationale:
Emitted when a function call got multiple values for a keyword.
Related resources:
Issue Tracker