Skip to content

Commit f9c6555

Browse files
Remove unneccessary use of parenthesis in add_message
1 parent 86c7fd9 commit f9c6555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/extensions/docparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ class constructor.
589589
):
590590
self.add_message(
591591
"missing-any-param-doc",
592-
args=(warning_node.name),
592+
args=warning_node.name,
593593
node=warning_node,
594594
)
595595
else:

0 commit comments

Comments
 (0)