mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-15 02:07:36 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
53bd3be495
commit
0847316786
@ -336,7 +336,7 @@ class SortedLinkedList:
|
||||
self.tail = other_list.tail
|
||||
return
|
||||
else:
|
||||
temp : Optional[Node] = other_list.head
|
||||
temp: Optional[Node] = other_list.head
|
||||
|
||||
while temp:
|
||||
self.insert(temp.data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user