Skip to content

Commit 91b0076

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

longest-consecutive-sequence/ppxyn1.py

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

0 commit comments

Comments
 (0)