pylint #20384 less severe 'Unused Variable' on functions returning tuples [rejected]
When a function is returning a tuple, we sometimes we want to keep the signature of the return values, even if we don't need the variables later on: income, out, diffs = my_function() Maybe we should not warn or at least have an option to disable such kind of warnings. | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |