[Python-checkins] typing: format patch with make patchcheck (GH-25919)

corona10 webhook-mailer at python.org
Wed May 5 13:08:24 EDT 2021


https://github.com/python/cpython/commit/f4013eba41967e294a7ca5cf71d343b4be390d64
commit: f4013eba41967e294a7ca5cf71d343b4be390d64
branch: main
author: Dong-hee Na <donghee.na at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2021-05-06T02:08:20+09:00
summary:

typing: format patch with make patchcheck (GH-25919)

files:
M Lib/typing.py

diff --git a/Lib/typing.py b/Lib/typing.py
index 301a47745d837..a51452bfec357 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',



More information about the Python-checkins mailing list