Skip to content

Commit b7d76ef

Browse files
committed
fix line lint
1 parent 3ccb0fd commit b7d76ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3sum/hi-rachel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ def threeSum(self, nums: List[int]) -> List[List[int]]:
1414
seen.add(nums[j])
1515

1616
return list(triplets)
17-

0 commit comments

Comments
 (0)