Kaydet (Commit) 4573820d authored tarafından aetracht's avatar aetracht Kaydeden (comit) Ivan Levkivskyi

bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)

üst f199bc65
...@@ -95,6 +95,7 @@ __all__ = [ ...@@ -95,6 +95,7 @@ __all__ = [
'NewType', 'NewType',
'no_type_check', 'no_type_check',
'no_type_check_decorator', 'no_type_check_decorator',
'NoReturn',
'overload', 'overload',
'Text', 'Text',
'TYPE_CHECKING', 'TYPE_CHECKING',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment