Skip to content

Commit bfc84f3

Browse files
committed
update typing extensions to 3.10.0.0
1 parent b73d420 commit bfc84f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

robotcode/external/typing_extensions/typing_extensions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _check_methods_in_mro(C, *methods):
136136
'Counter',
137137
'Deque',
138138
'DefaultDict',
139-
'OrderedDict',
139+
'OrderedDict'
140140
'TypedDict',
141141

142142
# Structural checks, a.k.a. protocols.
@@ -2802,4 +2802,4 @@ def is_str(val: Union[str, float]):
28022802
``TypeGuard`` also works with type variables. For more information, see
28032803
PEP 647 (User-Defined Type Guards).
28042804
"""
2805-
__type__ = None
2805+
__type__ = None

0 commit comments

Comments
 (0)