Skip to content

Commit b798447

Browse files
committed
[stubgenc] Fix typo in _DEFAULT_TYPING_IMPORTS definition
1 parent 4956514 commit b798447

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)