Update merge_sort.py with new implementation #Fixes 8098 #9580
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 (I001):
sorts/merge_sort.py#L18
sorts/merge_sort.py:18:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP006):
sorts/merge_sort.py#L20
sorts/merge_sort.py:20:21: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L20
sorts/merge_sort.py:20:35: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L65
sorts/merge_sort.py:65:31: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L65
sorts/merge_sort.py:65:45: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L94
sorts/merge_sort.py:94:17: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L94
sorts/merge_sort.py:94:35: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L94
sorts/merge_sort.py:94:49: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/merge_sort.py#L125
sorts/merge_sort.py:125:31: UP006 Use `list` instead of `List` for type annotation
|