Skip to content

Commit 3edfb0f

Browse files
committed
fix line lint
1 parent cc48c3a commit 3edfb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

longest-consecutive-sequence/hi-rachel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ def longestConsecutive(self, nums: List[int]) -> int:
118118
# longest = Math.max(left + right - 1, longest);
119119
# }
120120
# return longest;
121-
# };
121+
# };

0 commit comments

Comments
 (0)