Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mypy] fix: fix mypy error in singly_linked_list.py (TheAlgorithms#5517)
The list comprehension shortcut was implicitly expecting a return value causing a mypy error since `insert_tail` doesn't return a value
- Loading branch information