]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typing: format patch with make patchcheck (GH-25919)
authorDong-hee Na <donghee.na@python.org>
Wed, 5 May 2021 17:08:20 +0000 (02:08 +0900)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 17:08:20 +0000 (02:08 +0900)
Lib/typing.py

index 301a47745d837e1d136e1a18a9c2ade884bf5242..a51452bfec357e1a81312cd47c581dec841f0371 100644 (file)
@@ -99,7 +99,7 @@ __all__ = [
     'NamedTuple',  # Not really a type.
     'TypedDict',  # Not really a type.
     'Generator',
+
     # Other concrete types.
     'BinaryIO',
     'IO',