Skip to content

Commit c49d396

Browse files
author
sejineer
committed
top-k-frequent-elements solution fix lint
1 parent e25e61e commit c49d396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

top-k-frequent-elements/sejineer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ def topKFrequent(self, nums: List[int], k: int) -> List[int]:
4242
result.append(num)
4343
if len(result) == k:
4444
return result
45-

0 commit comments

Comments
 (0)