Skip to content

Commit b18a65b

Browse files
since I'm getting more weird errors, let's try builtins fixtures/primitives.pyi instead
my plan after this, if this doesn't work, is to go to [typing fixtures/typing-full.pyi] ; I'm just blindly trying things
1 parent a9da25f commit b18a65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data/unit/check-flags.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,7 +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]
2490+
[builtins fixtures/primitives.pyi]
24912491

24922492
[case testSpotCheckErrorCodeAllNotUsed]
24932493
# This test case exists purely to ensure that the testSpotCheckErrorCodeAll test does not become obsolete.
@@ -2510,4 +2510,4 @@ class Child(Parent):
25102510
@override
25112511
def g(self, y: int) -> bool: #type: ignore
25122512
return True
2513-
[builtins fixtures/tuple.pyi]
2513+
[builtins fixtures/primitives.pyi]

0 commit comments

Comments
 (0)