E1124 redundant-keyword-argΒΆ

Message

'Argument %r passed by position and keyword in %s call'

Description

Used when a function call would result in assigning multiple values to a function parameter, one value from a positional argument and one from a keyword argument.