mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +08:00
Add trailing comma
This commit is contained in:
@@ -372,7 +372,7 @@ def _infer_type_vars(annotation_value, value_set, is_class_value=False):
|
|||||||
type_var_dict,
|
type_var_dict,
|
||||||
_infer_type_vars(
|
_infer_type_vars(
|
||||||
nested_annotation_value,
|
nested_annotation_value,
|
||||||
value_set.merge_types_of_iterate()
|
value_set.merge_types_of_iterate(),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
elif name == 'Mapping':
|
elif name == 'Mapping':
|
||||||
|
|||||||
Reference in New Issue
Block a user