Skip to content

Commit 471973b

Browse files
ok now tuple is missing again. so let's try both
1 parent 026f0d3 commit 471973b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-data/unit/check-flags.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,6 +2487,7 @@ class Child(Parent):
24872487
@override
24882488
def g(self, y: int) -> bool: #type: ignore # E: Unused "type: ignore" comment # E: "type: ignore" comment without error code
24892489
return True
2490+
[builtins fixtures/primitives.pyi]
24902491
[typing fixtures/typing-full.pyi]
24912492

24922493
[case testSpotCheckErrorCodeAllNotUsed]
@@ -2510,4 +2511,5 @@ class Child(Parent):
25102511
@override
25112512
def g(self, y: int) -> bool: #type: ignore
25122513
return True
2514+
[builtins fixtures/primitives.pyi]
25132515
[typing fixtures/typing-full.pyi]

0 commit comments

Comments
 (0)