Skip to content

Commit 2082ace

Browse files
committed
remove whitespace
1 parent d0c9aa3 commit 2082ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ def __parameters__(self):
17981798
# 3.10+
17991799
else:
18001800
_ConcatenateGenericAlias = typing._ConcatenateGenericAlias
1801-
1801+
18021802
# 3.10
18031803
# Monkey patch to not raise TypeError on python3.10 for ellipsis parameter
18041804
if sys.version_info < (3, 11):

0 commit comments

Comments
 (0)