mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)
This commit is contained in:
parent
f199bc655e
commit
4573820d2a
2 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,7 @@ __all__ = [
|
|||
'NewType',
|
||||
'no_type_check',
|
||||
'no_type_check_decorator',
|
||||
'NoReturn',
|
||||
'overload',
|
||||
'Text',
|
||||
'TYPE_CHECKING',
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add missing ``NoReturn`` to ``__all__`` in typing.py
|
Loading…
Add table
Add a link
Reference in a new issue