mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-01 12:28:38 +00:00
The list comprehension shortcut was implicitly expecting a return value causing a mypy error since `insert_tail` doesn't return a value
The list comprehension shortcut was implicitly expecting a return value causing a mypy error since `insert_tail` doesn't return a value