extract_py: Import Dict if needed

This commit is contained in:
Jeff Epler 2021-07-20 17:24:04 -05:00
parent ce7301527a
commit 755caddc89
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ IMPORTS_IGNORE = frozenset(
IMPORTS_TYPING = frozenset(
{
"Any",
"Dict",
"Optional",
"Union",
"Tuple",