Skip to content

Commit f4013eb

Browse files
authored
typing: format patch with make patchcheck (GH-25919)
1 parent 96d5c70 commit f4013eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
'NamedTuple', # Not really a type.
100100
'TypedDict', # Not really a type.
101101
'Generator',
102-
102+
103103
# Other concrete types.
104104
'BinaryIO',
105105
'IO',

0 commit comments

Comments
 (0)