We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3e562 commit 2203fe0Copy full SHA for 2203fe0
pylint/checkers/method_args.py
@@ -58,7 +58,7 @@ class MethodArgsChecker(BaseChecker):
58
)
59
60
@utils.only_required_for_messages(
61
- "missing-timeout",
+ "missing-timeout"
62
63
def visit_call(self, node: nodes.Call) -> None:
64
"""Check if the call needs a timeout parameter based on package.func_name
0 commit comments