Skip to content

Commit 3f7146d

Browse files
Import NoExtraItems into typing
1 parent 19c5349 commit 3f7146d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/typing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
Generic,
4141
Union,
4242
NoDefault,
43+
NoExtraItems,
4344
)
4445

4546
# Please keep __all__ alphabetized within each category.
@@ -141,6 +142,7 @@
141142
'no_type_check',
142143
'no_type_check_decorator',
143144
'NoDefault',
145+
'NoExtraItems',
144146
'NoReturn',
145147
'NotRequired',
146148
'overload',

0 commit comments

Comments
 (0)