Skip to content

Moved two files of doubly linked list into new folder. Fixes #8098 #11622

Moved two files of doubly linked list into new folder. Fixes #8098

Moved two files of doubly linked list into new folder. Fixes #8098 #11622

Triggered via pull request October 25, 2024 18:00
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (INP001): data_structures/linked_list/doubly_linked_list/doubly_linked_list.py#L1
data_structures/linked_list/doubly_linked_list/doubly_linked_list.py:1:1: INP001 File `data_structures/linked_list/doubly_linked_list/doubly_linked_list.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): data_structures/linked_list/doubly_linked_list/doubly_linked_list_two.py#L1
data_structures/linked_list/doubly_linked_list/doubly_linked_list_two.py:1:1: INP001 File `data_structures/linked_list/doubly_linked_list/doubly_linked_list_two.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff
Process completed with exit code 1.