From: Dong-hee Na Date: Wed, 5 May 2021 17:08:20 +0000 (+0900) Subject: typing: format patch with make patchcheck (GH-25919) X-Git-Tag: v3.11.0a1~1201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4013eba41967e294a7ca5cf71d343b4be390d64;p=thirdparty%2FPython%2Fcpython.git typing: format patch with make patchcheck (GH-25919) --- diff --git a/Lib/typing.py b/Lib/typing.py index 301a47745d83..a51452bfec35 100644 --- a/Lib/typing.py +++ b/Lib/typing.py @@ -99,7 +99,7 @@ __all__ = [ 'NamedTuple', # Not really a type. 'TypedDict', # Not really a type. 'Generator', - + # Other concrete types. 'BinaryIO', 'IO',