commit | b96946883e2510baec33f7cb0be10704af2b25e3 | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Fri Dec 17 12:48:30 2021 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 17 12:48:30 2021 -0800 |
tree | c79858a8e57aa96ac19aafc9096dd59793afbfd5 | |
parent | cd9faac806f991344ade6c81cb5b321242f611c3 [diff] |
Add `NoReturn` to `__all__` (#983) Came up in python/typeshed#6619
diff --git a/src/typing_extensions.py b/src/typing_extensions.py index 9f1c7aa..455e319 100644 --- a/src/typing_extensions.py +++ b/src/typing_extensions.py
@@ -82,6 +82,7 @@ 'TypeAlias', 'TypeGuard', 'TYPE_CHECKING', + 'NoReturn', ] if PEP_560: