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():
24712471[case testSpotCheckErrorCodeAll]
24722472# flags: --enable-error-code all
24732473# 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
24752475
24762476class Parent:
24772477 def f(self, x: int) -> None:
@@ -2493,7 +2493,7 @@ class Child(Parent):
24932493# (For example, if all the errors expected by testSpotCheckErrorCodeAll get turned on by default, then
24942494# the testSpotCheckErrorCodeAll test would fail to guarantee the enablement of any additional errors!)
24952495
2496- from typing import override
2496+ from typing_extensions import override
24972497
24982498class Parent:
24992499 def f(self, x: int) -> None:
You can’t perform that action at this time.
0 commit comments