Skip to content

Commit

Permalink
Another cherry-pick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Levkivskyi committed Sep 9, 2022
1 parent 228bd29 commit 64add91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/check-varargs.test
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ class SubGood(Base):
class SubBad(Base):
def foo(self, **kwargs: Unpack[Unrelated]) -> None: ... # E: Signature of "foo" incompatible with supertype "Base" \
# N: Superclass: \
# N: def foo(*, name: str, age: int) -> None \
# N: def foo(self, *, name: str, age: int) -> None \
# N: Subclass: \
# N: def foo(self, *, baz: int) -> None
[builtins fixtures/dict.pyi]
Expand Down

0 comments on commit 64add91

Please sign in to comment.