Skip to content

Commit 0e4b50e

Browse files
authored
Update 83-remove_duplicates_from_sorted_list.py
1 parent 8aedbcb commit 0e4b50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

83-remove_duplicates_from_sorted_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def deleteDuplicates(self, head):
2121
else:
2222
curr = curr.next
2323

24-
return head83-
24+
return head

0 commit comments

Comments
 (0)