We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e20166 commit fde8f9aCopy full SHA for fde8f9a
test-data/unit/check-flags.test
@@ -2471,7 +2471,7 @@ def f():
2471
[case testSpotCheckErrorCodeAll]
2472
# flags: --enable-error-code all
2473
# It would be annoying to check every error here, so let's just check a couple.
2474
-from typing import override
+from typing_extensions import override
2475
2476
class Parent:
2477
def f(self, x: int) -> None:
@@ -2493,7 +2493,7 @@ class Child(Parent):
2493
# (For example, if all the errors expected by testSpotCheckErrorCodeAll get turned on by default, then
2494
# the testSpotCheckErrorCodeAll test would fail to guarantee the enablement of any additional errors!)
2495
2496
2497
2498
2499
0 commit comments