Skip to content

Commit 395f249

Browse files
committed
fix: fix new line
1 parent 86658cb commit 395f249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

top-k-frequent-elements/dusunax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ def topKFrequent(self, nums: List[int], k: int) -> List[int]:
3131
result.append(e[0])
3232

3333
return result[0:k]
34-

0 commit comments

Comments
 (0)