Skip to content

Commit c0b7825

Browse files
committed
[:fixed] linelint
1 parent c75360b commit c0b7825

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

longest-consecutive-sequence/ppxyn1.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ def longestConsecutive(self, nums: List[int]) -> int:
1414
tmp = 1
1515
ans = max(max_len, tmp)
1616
return ans
17-
18-
19-
17+

0 commit comments

Comments
 (0)