Create adaptive_merge_sort.py #10919
Annotations
3 errors
Ruff (UP035):
sorts/adaptive_merge_sort.py#L6
sorts/adaptive_merge_sort.py:6:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (F401):
sorts/adaptive_merge_sort.py#L6
sorts/adaptive_merge_sort.py:6:20: F401 `typing.List` imported but unused
|
ruff
Process completed with exit code 1.
|