Skip to content

Commit 72f022d

Browse files
committed
style: format with black
1 parent cf22220 commit 72f022d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Add_two_Linked_List.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def add_two_no(self, first, second):
3939
if carry > 0:
4040
temp.next = Node(carry)
4141

42-
4342
def __str__(self):
4443
temp = self.head
4544
while temp:

0 commit comments

Comments
 (0)