Skip to content

Commit 68ee559

Browse files
committed
another fix
1 parent f329994 commit 68ee559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-classes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7688,7 +7688,7 @@ class A(thing=5):
76887688
pass
76897689
[out]
76907690
main:1: error: Unexpected keyword argument "thing" for "__init_subclass__" of "object"
7691-
tmp/builtins.pyi:5: note: "__init_subclass__" of "object" defined here
7691+
tmp/builtins.pyi:6: note: "__init_subclass__" of "object" defined here
76927692
[builtins fixtures/object_with_init_subclass.pyi]
76937693

76947694
[case testInitSubclassWithImports]

0 commit comments

Comments
 (0)