extract_py: Import Dict if needed
This commit is contained in:
parent
ce7301527a
commit
755caddc89
|
@ -39,6 +39,7 @@ IMPORTS_IGNORE = frozenset(
|
|||
IMPORTS_TYPING = frozenset(
|
||||
{
|
||||
"Any",
|
||||
"Dict",
|
||||
"Optional",
|
||||
"Union",
|
||||
"Tuple",
|
||||
|
|
Loading…
Reference in New Issue