Skip to content

Commit bb0bcfe

Browse files
committed
pylint: Allow too-many-positional-arguments
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 6087261 commit bb0bcfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dbus_python_client_gen/_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def __init__(
164164
method_name,
165165
expected,
166166
actual,
167-
): # pylint: disable=too-many-arguments
167+
): # pylint: disable=too-many-arguments, too-many-positional-arguments
168168
"""
169169
Initialize a DPClientKeywordError with the mismatched arguments.
170170

0 commit comments

Comments
 (0)