Skip to content

Commit 190b011

Browse files
committed
[main] fix: lint
1 parent dc54f47 commit 190b011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

top-k-frequent-elements/jeongyunjae.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ def topKFrequent(self, nums: List[int], k: int) -> List[int]:
2222
result.append(temp_list[i][0])
2323

2424
return result
25-

0 commit comments

Comments
 (0)