Skip to content

Commit 29ab9f8

Browse files
authored
Remove now OK bad2
1 parent 64fc727 commit 29ab9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-data/unit/check-typevar-tuple.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,6 @@ higher_order(ok2)
23232323
higher_order(ok3)
23242324

23252325
higher_order(bad1) # E: Argument 1 to "higher_order" has incompatible type "def bad1(*, d: str) -> int"; expected "def (*Any) -> Any"
2326-
higher_order(bad2) # E: Argument 1 to "higher_order" has incompatible type "def bad2(**kwargs: None) -> None"; expected "def (*Any) -> Any"
23272326
[builtins fixtures/tuple.pyi]
23282327

23292328
[case testAliasToCallableWithUnpack2]

0 commit comments

Comments
 (0)