summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_argument.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_argument.txt')
-rw-r--r--tests/functional/u/unused/unused_argument.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/u/unused/unused_argument.txt b/tests/functional/u/unused/unused_argument.txt
index 19c439304..bca2700ac 100644
--- a/tests/functional/u/unused/unused_argument.txt
+++ b/tests/functional/u/unused/unused_argument.txt
@@ -7,3 +7,5 @@ unused-argument:73:0:None:None:AAAA.selected:Unused argument 'args':INFERENCE
unused-argument:73:0:None:None:AAAA.selected:Unused argument 'kwargs':INFERENCE
unused-argument:92:23:92:26:BBBB.__init__:Unused argument 'arg':INFERENCE
unused-argument:103:34:103:39:Ancestor.set_thing:Unused argument 'other':INFERENCE
+unused-argument:129:21:129:25:TestClassWithOnlyNew.__new__:Unused argument 'argA':INFERENCE
+unused-argument:129:27:129:31:TestClassWithOnlyNew.__new__:Unused argument 'argB':INFERENCE