Skip to content

Commit 64add91

Browse files
author
Ivan Levkivskyi
committed
Another cherry-pick fix
1 parent 228bd29 commit 64add91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-varargs.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ class SubGood(Base):
955955
class SubBad(Base):
956956
def foo(self, **kwargs: Unpack[Unrelated]) -> None: ... # E: Signature of "foo" incompatible with supertype "Base" \
957957
# N: Superclass: \
958-
# N: def foo(*, name: str, age: int) -> None \
958+
# N: def foo(self, *, name: str, age: int) -> None \
959959
# N: Subclass: \
960960
# N: def foo(self, *, baz: int) -> None
961961
[builtins fixtures/dict.pyi]

0 commit comments

Comments
 (0)