Skip to content

Commit

Permalink
Add assert_type to __all__ (#1136)
Browse files Browse the repository at this point in the history
Looks like this is in `typing.__all__` but was missed out of `typing_extensions.__all__`
  • Loading branch information
AlexWaygood committed Apr 15, 2022
1 parent cba3a90 commit e7bc381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typing_extensions/src/typing_extensions.py
Expand Up @@ -43,6 +43,7 @@
# One-off things.
'Annotated',
'assert_never',
'assert_type',
'dataclass_transform',
'final',
'get_args',
Expand Down

0 comments on commit e7bc381

Please sign in to comment.