You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.py:4:20: E1120: No value for argument 'one' in function call (no-value-for-parameter)
test.py:4:20: E1120: No value for argument 'two' in function call (no-value-for-parameter)
test.py:4:20: E1120: No value for argument 'three' in function call (no-value-for-parameter)
Expected behavior
No warning
pylint --version output
This is exactly #722, except I'm using a lambda function.
I hope it can be similarly fixed
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Current behavior
Expected behavior
No warning
pylint --version output
This is exactly #722, except I'm using a lambda function.
I hope it can be similarly fixed
The text was updated successfully, but these errors were encountered: