Skip to content

Commit a9da25f

Browse files
I guess these need tuples
1 parent fde8f9a commit a9da25f

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/tuple.pyi]
24902491

24912492
[case testSpotCheckErrorCodeAllNotUsed]
24922493
# This test case exists purely to ensure that the testSpotCheckErrorCodeAll test does not become obsolete.
@@ -2509,3 +2510,4 @@ class Child(Parent):
25092510
@override
25102511
def g(self, y: int) -> bool: #type: ignore
25112512
return True
2513+
[builtins fixtures/tuple.pyi]

0 commit comments

Comments
 (0)