Create reversesort #10779
Annotations
4 errors
Ruff (UP035):
data_structures/reversesort.py#L1
data_structures/reversesort.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
data_structures/reversesort.py#L4
data_structures/reversesort.py:4:33: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
data_structures/reversesort.py#L4
data_structures/reversesort.py:4:47: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|