File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2471,7 +2471,7 @@ def f():
2471
2471
[case testSpotCheckErrorCodeAll]
2472
2472
# flags: --enable-error-code all
2473
2473
# It would be annoying to check every error here, so let's just check a couple.
2474
- from typing import override
2474
+ from typing_extensions import override
2475
2475
2476
2476
class Parent:
2477
2477
def f(self, x: int) -> None:
@@ -2493,7 +2493,7 @@ class Child(Parent):
2493
2493
# (For example, if all the errors expected by testSpotCheckErrorCodeAll get turned on by default, then
2494
2494
# the testSpotCheckErrorCodeAll test would fail to guarantee the enablement of any additional errors!)
2495
2495
2496
- from typing import override
2496
+ from typing_extensions import override
2497
2497
2498
2498
class Parent:
2499
2499
def f(self, x: int) -> None:
You can’t perform that action at this time.
0 commit comments