Skip to content

Commit 4d21e24

Browse files
authored
Add assert_type to __all__ (python#1136)
Looks like this is in `typing.__all__` but was missed out of `typing_extensions.__all__`
1 parent 759c894 commit 4d21e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# One-off things.
4444
'Annotated',
4545
'assert_never',
46+
'assert_type',
4647
'dataclass_transform',
4748
'final',
4849
'get_args',

0 commit comments

Comments
 (0)