8000 Add `assert_type` to `__all__` (#1136) · python/typing@e7bc381 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7bc381

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typing_extensions/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)
0