Skip to content

Commit e9edcb9

Browse files
authored
Fixed Any and Dict missing from stubgen imports list (#9900)
1 parent 3497675 commit e9edcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubgenc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Members of the typing module to consider for importing by default.
2222
_DEFAULT_TYPING_IMPORTS = (
23-
'Any'
23+
'Any',
2424
'Dict',
2525
'Iterable',
2626
'Iterator',

0 commit comments

Comments
 (0)