Skip to content

Commit d07c6fd

Browse files
oh, right, overrides is in typing_extensions
1 parent 9e20166 commit d07c6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-flags.test

+1-1
Original file line numberDiff line numberDiff 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

24762476
class Parent:
24772477
def f(self, x: int) -> None:

0 commit comments

Comments
 (0)