8000 Add `assert_type` to `__all__` by AlexWaygood · Pull Request #1136 · python/typing · GitHub
[go: up one dir, main page]

Skip to content

Add assert_type to __all__ #1136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add assert_type to __all__
Looks like this is in `typing.__all__` but was missed out of `typing_extensions.__all__`
  • Loading branch information
AlexWaygood authored Apr 15, 2022
commit a9f155b91b5b605bc83188fe0a5e999151f7b77c
1 change: 1 addition & 0 deletions typing_extensions/src/typing_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
# One-off things.
'Annotated',
'assert_never',
'assert_type',
'dataclass_transform',
'final',
'get_args',
Expand Down
0