We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9f650 commit 129ff47Copy full SHA for 129ff47
mypy/errors.py
@@ -15,7 +15,7 @@
15
TypeAlias as _TypeAlias,
16
TypeVar,
17
)
18
-
+from typing_extensions import Self
19
from mypy import errorcodes as codes
20
from mypy.error_formatter import ErrorFormatter
21
from mypy.errorcodes import IMPORT, IMPORT_NOT_FOUND, IMPORT_UNTYPED, ErrorCode, mypy_error_codes
0 commit comments