unused-argument / W0613#

Message emitted:

Unused argument %r

Description:

Used when a function or method argument is not used.

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 variables checker.