From f4013eba41967e294a7ca5cf71d343b4be390d64 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Thu, 6 May 2021 02:08:20 +0900 Subject: [PATCH] typing: format patch with make patchcheck (GH-25919) --- Lib/typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/typing.py b/Lib/typing.py index 301a47745d8..a51452bfec3 100644 --- a/Lib/typing.py +++ b/Lib/typing.py @@ -99,7 +99,7 @@ 'NamedTuple', # Not really a type. 'TypedDict', # Not really a type. 'Generator', - + # Other concrete types. 'BinaryIO', 'IO',