Skip to content

Commit d0b5249

Browse files
committed
lint error
1 parent d29a266 commit d0b5249

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

3sum/hj4645.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ def threeSum(self, nums: List[int]) -> List[List[int]]:
3131
right -= 1
3232

3333
return answer
34-
35-

0 commit comments

Comments
 (0)