mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 11:51:28 +08:00
Switch usages of mypy_extensions.NoReturn over to typing.NoReturn. (#1942)
* Change mypy_extensions.NoReturn to typing.NoReturn everywhere.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# Stubs for sunau (Python 2 and 3)
|
||||
|
||||
import sys
|
||||
from mypy_extensions import NoReturn
|
||||
from typing import Any, NamedTuple, Optional, Text, IO, Union, Tuple
|
||||
from typing import Any, NamedTuple, NoReturn, Optional, Text, IO, Union, Tuple
|
||||
|
||||
_File = Union[Text, IO[bytes]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user