Skip to content

Commit b35fbf6

Browse files
authored
Update src/typing_extensions.py
1 parent c9fba13 commit b35fbf6

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
@@ -4247,7 +4247,7 @@ def __call__(self, *args, **kwargs):
42474247
if sys.version_info >= (3, 10):
42484248
def __or__(self, other):
42494249
return typing.Union[self, other]
4250-
4250+
42514251
def __ror__(self, other):
42524252
return typing.Union[other, self]
42534253

0 commit comments

Comments
 (0)