Skip to content

Sorted linked list added #9743

Sorted linked list added

Sorted linked list added #9743

Triggered via pull request October 1, 2024 08:25
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (F821): data_structures/linked_list/sorted_linked_list.py#L193
data_structures/linked_list/sorted_linked_list.py:193:19: F821 Undefined name `SortedLinedList`
Ruff (UP032): data_structures/linked_list/sorted_linked_list.py#L212
data_structures/linked_list/sorted_linked_list.py:212:23: UP032 Use f-string instead of `format` call
ruff
Process completed with exit code 1.