too-many-function-args / E1121#

Message emitted:

Too many positional arguments for %s call

Description:

Used when a function call passes too many positional arguments.

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Created by the typecheck checker.