Skip to content

Commit 755cadd

Browse files
committed
extract_py: Import Dict if needed
1 parent ce73015 commit 755cadd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/extract_pyi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
IMPORTS_TYPING = frozenset(
4040
{
4141
"Any",
42+
"Dict",
4243
"Optional",
4344
"Union",
4445
"Tuple",

0 commit comments

Comments
 (0)