Skip to content

Commit e937b32

Browse files
committed
fix line lint
1 parent e41deb1 commit e937b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/hi-rachel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
4747
# }
4848
# indices.set(nums[i], i);
4949
# }
50-
# };
50+
# };

0 commit comments

Comments
 (0)