summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',