Skip to content

Commit 129ff47

Browse files
authored
fix merge
1 parent ef9f650 commit 129ff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TypeAlias as _TypeAlias,
1616
TypeVar,
1717
)
18-
18+
from typing_extensions import Self
1919
from mypy import errorcodes as codes
2020
from mypy.error_formatter import ErrorFormatter
2121
from mypy.errorcodes import IMPORT, IMPORT_NOT_FOUND, IMPORT_UNTYPED, ErrorCode, mypy_error_codes

0 commit comments

Comments
 (0)