mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
add deprecation comment to mypy_extensions (#1943)
This commit is contained in:
committed by
Jelle Zijlstra
parent
38dc8f5a6a
commit
6c30806d07
2
third_party/2and3/mypy_extensions.pyi
vendored
2
third_party/2and3/mypy_extensions.pyi
vendored
@@ -14,4 +14,4 @@ def KwArg(type: _T = ...) -> _T: ...
|
||||
# Return type that indicates a function does not return.
|
||||
# This type is equivalent to the None type, but the no-op Union is necessary to
|
||||
# distinguish the None type from the None value.
|
||||
NoReturn = Union[None]
|
||||
NoReturn = Union[None] # Deprecated: Use typing.NoReturn instead.
|
||||
|
||||
Reference in New Issue
Block a user