Skip to content

Commit 2203fe0

Browse files
Update pylint/checkers/method_args.py
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 5a3e562 commit 2203fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/method_args.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MethodArgsChecker(BaseChecker):
5858
)
5959

6060
@utils.only_required_for_messages(
61-
"missing-timeout",
61+
"missing-timeout"
6262
)
6363
def visit_call(self, node: nodes.Call) -> None:
6464
"""Check if the call needs a timeout parameter based on package.func_name

0 commit comments

Comments
 (0)