Update merge_sort.py with new implementation #Fixes 8098 #9581
Annotations
10 errors
Ruff (UP035):
sorts/merge_sort.py#L18
sorts/merge_sort.py:18:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
sorts/merge_sort.py#L21
sorts/merge_sort.py:21:21: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L21
sorts/merge_sort.py:21:35: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L67
sorts/merge_sort.py:67:31: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L67
sorts/merge_sort.py:67:45: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L97
sorts/merge_sort.py:97:17: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L97
sorts/merge_sort.py:97:35: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L97
sorts/merge_sort.py:97:49: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L129
sorts/merge_sort.py:129:31: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L129
sorts/merge_sort.py:129:45: UP006 Use `list` instead of `List` for type annotation
|