Skip to content

Commit 82b9714

Browse files
committed
cleanup
1 parent 318339d commit 82b9714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/3sum-closest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ def threeSumClosest(self, nums, target):
2626
min_diff = abs(total-target)
2727
result = total
2828
return result
29-
˝

0 commit comments

Comments
 (0)