summaryrefslogtreecommitdiffstats
path: root/Lib/typing.py
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2021-05-05 17:08:20 (GMT)
committerGitHub <noreply@github.com>2021-05-05 17:08:20 (GMT)
commitf4013eba41967e294a7ca5cf71d343b4be390d64 (patch)
tree8ba9287397182d096e2b067a64df49d49b55338a /Lib/typing.py
parent96d5c7038b06e93d20822d28ed42a2183f876857 (diff)
downloadcpython-f4013eba41967e294a7ca5cf71d343b4be390d64.zip
cpython-f4013eba41967e294a7ca5cf71d343b4be390d64.tar.gz
cpython-f4013eba41967e294a7ca5cf71d343b4be390d64.tar.bz2
typing: format patch with make patchcheck (GH-25919)
Diffstat (limited to 'Lib/typing.py')
-rw-r--r--Lib/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/typing.py b/Lib/typing.py
index 301a477..a51452b 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',