Skip to content

Commit c75360b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

longest-consecutive-sequence/ppxyn1.py

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

1819

0 commit comments

Comments
 (0)