mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +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,5 +1,4 @@
|
||||
from typing import Any, List, Optional, Text, Union, IO
|
||||
from mypy_extensions import NoReturn
|
||||
from typing import Any, List, NoReturn, Optional, Text, Union, IO
|
||||
|
||||
import xml.sax
|
||||
from xml.sax.xmlreader import InputSource, Locator
|
||||
|
||||
Reference in New Issue
Block a user